Uses of Interface
edu.ksu.cis.projects.bogor.module.state.event.IGlobalVarWrittenListener

Packages that use IGlobalVarWrittenListener
edu.ksu.cis.projects.bogor.module.state.event   
 

Uses of IGlobalVarWrittenListener in edu.ksu.cis.projects.bogor.module.state.event
 

Subinterfaces of IGlobalVarWrittenListener in edu.ksu.cis.projects.bogor.module.state.event
 interface IGlobalVarEventListener
           
 interface IStateEventListener
           
 

Fields in edu.ksu.cis.projects.bogor.module.state.event with type parameters of type IGlobalVarWrittenListener
protected  ArrayList<IGlobalVarWrittenListener> DefaultGlobalVarEventNotifier.globalVarWrittenListeners
           
 

Methods in edu.ksu.cis.projects.bogor.module.state.event with parameters of type IGlobalVarWrittenListener
 void DefaultGlobalVarEventNotifier.addGlobalVarWrittenListener(IGlobalVarWrittenListener gvwl)
           
 void DefaultStateEventNotifier.addGlobalVarWrittenListener(IGlobalVarWrittenListener gvwl)
           
 void IGlobalVarEventNotifier.addGlobalVarWrittenListener(IGlobalVarWrittenListener gvwl)