Uses of Interface
org.openbandy.event.EventSourceOwner

Packages that use EventSourceOwner
org.openbandy.event   
org.openbandy.example.test   
org.openbandy.net.client   
 

Uses of EventSourceOwner in org.openbandy.event
 

Constructors in org.openbandy.event with parameters of type EventSourceOwner
EventSource(java.lang.String name, EventSourceOwner owner)
           
 

Uses of EventSourceOwner in org.openbandy.example.test
 

Classes in org.openbandy.example.test that implement EventSourceOwner
 class EventServiceTest
          A very simple test of the event router.
 

Constructors in org.openbandy.example.test with parameters of type EventSourceOwner
EventSourceSimulation(AllEventsSentMonitor monitor, EventSourceOwner owner, int numberOfEventsToSimulate)
           
 

Uses of EventSourceOwner in org.openbandy.net.client
 

Constructors in org.openbandy.net.client with parameters of type EventSourceOwner
MmsScanner(EventSourceOwner owner)
           
SmsScanner(EventSourceOwner owner)