org.impalaframework.interactive.listener
Class DynamicModuleChangeListener

java.lang.Object
  extended by org.impalaframework.module.monitor.BaseModuleChangeListener
      extended by org.impalaframework.interactive.listener.DynamicModuleChangeListener
All Implemented Interfaces:
org.impalaframework.module.monitor.ModuleContentChangeListener

public class DynamicModuleChangeListener
extends org.impalaframework.module.monitor.BaseModuleChangeListener
implements org.impalaframework.module.monitor.ModuleContentChangeListener


Constructor Summary
DynamicModuleChangeListener()
           
 
Method Summary
 void moduleContentsModified(org.impalaframework.module.monitor.ModuleChangeEvent event)
           
 
Methods inherited from class org.impalaframework.module.monitor.BaseModuleChangeListener
getModifiedModules
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicModuleChangeListener

public DynamicModuleChangeListener()
Method Detail

moduleContentsModified

public void moduleContentsModified(org.impalaframework.module.monitor.ModuleChangeEvent event)
Specified by:
moduleContentsModified in interface org.impalaframework.module.monitor.ModuleContentChangeListener