de.cau.cs.kieler.core.ui.listeners
Class RefactoringListener

java.lang.Object
  extended by de.cau.cs.kieler.core.ui.listeners.RefactoringListener
All Implemented Interfaces:
IRefactoringHistoryListener

public class RefactoringListener
extends Object
implements IRefactoringHistoryListener

This class listens to refactoring events like delete, move, rename and performs actions when files of interest are affected.

Rating proposed yellow
(2010-02-18) soh

Nested Class Summary
static class RefactoringListener.OP
          Contains the different refactoring operations.
 
Constructor Summary
RefactoringListener()
           
 
Method Summary
 void historyNotification(RefactoringHistoryEvent event)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefactoringListener

public RefactoringListener()
Method Detail

historyNotification

public void historyNotification(RefactoringHistoryEvent event)

Specified by:
historyNotification in interface IRefactoringHistoryListener