apollo.gui
Class ControllerDebugListener

java.lang.Object
  extended by apollo.gui.NonWindowControlledObject
      extended by apollo.gui.ControllerDebugListener
All Implemented Interfaces:
PropSchemeChangeListener, DataLoadListener, AnnotationChangeListener, ResultChangeListener, ControlledObjectI, BaseFocusListener, FeatureSelectionListener, LazyLoadListener, java.io.Serializable, java.util.EventListener

public class ControllerDebugListener
extends NonWindowControlledObject
implements BaseFocusListener, AnnotationChangeListener, FeatureSelectionListener, LazyLoadListener, DataLoadListener, ResultChangeListener, PropSchemeChangeListener

See Also:
Serialized Form

Field Summary
 
Fields inherited from class apollo.gui.NonWindowControlledObject
controller
 
Constructor Summary
ControllerDebugListener(Controller c)
           
 
Method Summary
 boolean handleAnnotationChangeEvent(AnnotationChangeEvent evt)
           
 boolean handleBaseFocusEvent(BaseFocusEvent evt)
           
 boolean handleDataLoadEvent(DataLoadEvent evt)
           
 boolean handleFeatureSelectionEvent(FeatureSelectionEvent evt)
           
 boolean handleLazyLoadEvent(LazyLoadEvent evt)
           
 boolean handlePropSchemeChangeEvent(PropSchemeChangeEvent evt)
           
 boolean handleResultChangeEvent(ResultChangeEvent evt)
           
 
Methods inherited from class apollo.gui.NonWindowControlledObject
getController, getControllerWindow, needsAutoRemoval, removeFromControllerListeners, setController
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControllerDebugListener

public ControllerDebugListener(Controller c)
Method Detail

handleAnnotationChangeEvent

public boolean handleAnnotationChangeEvent(AnnotationChangeEvent evt)
Specified by:
handleAnnotationChangeEvent in interface AnnotationChangeListener

handleFeatureSelectionEvent

public boolean handleFeatureSelectionEvent(FeatureSelectionEvent evt)
Specified by:
handleFeatureSelectionEvent in interface FeatureSelectionListener

handleDataLoadEvent

public boolean handleDataLoadEvent(DataLoadEvent evt)
Specified by:
handleDataLoadEvent in interface DataLoadListener

handleLazyLoadEvent

public boolean handleLazyLoadEvent(LazyLoadEvent evt)
Specified by:
handleLazyLoadEvent in interface LazyLoadListener

handleResultChangeEvent

public boolean handleResultChangeEvent(ResultChangeEvent evt)
Specified by:
handleResultChangeEvent in interface ResultChangeListener

handlePropSchemeChangeEvent

public boolean handlePropSchemeChangeEvent(PropSchemeChangeEvent evt)
Specified by:
handlePropSchemeChangeEvent in interface PropSchemeChangeListener

handleBaseFocusEvent

public boolean handleBaseFocusEvent(BaseFocusEvent evt)
Specified by:
handleBaseFocusEvent in interface BaseFocusListener