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

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

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

Subinterfaces of ILocationChangedListener in edu.ksu.cis.projects.bogor.module.state.event
 interface IStateEventListener
           
 interface IThreadEventListener
           
 

Fields in edu.ksu.cis.projects.bogor.module.state.event with type parameters of type ILocationChangedListener
protected  ArrayList<ILocationChangedListener> DefaultThreadEventNotifier.locationChangedListeners
           
 

Methods in edu.ksu.cis.projects.bogor.module.state.event with parameters of type ILocationChangedListener
 void DefaultStateEventNotifier.addLocationChangedListener(ILocationChangedListener lcl)
           
 void DefaultThreadEventNotifier.addLocationChangedListener(ILocationChangedListener lcl)
           
 void IThreadEventNotifier.addLocationChangedListener(ILocationChangedListener lcl)