Uses of Interface
uk.ac.standrews.cs.nds.eventModel.eventBus.busInterfaces.IEventBus

Packages that use IEventBus
gamf.interfaces.framework A set of interfaces to register and configure system adapter components used to control autonomic aspects. 
gamf.interfaces.systemAdapter Set of interfaces for describing system adapter functionalities through which system adapters are triggered or configured. 
uk.ac.standrews.cs.nds.eventModel.eventBus   
 

Uses of IEventBus in gamf.interfaces.framework
 

Methods in gamf.interfaces.framework with parameters of type IEventBus
 void IEventTrigger.setEventBus(IEventBus eventbus)
          Sets the eventbus the trigger is listening to.
 

Uses of IEventBus in gamf.interfaces.systemAdapter
 

Methods in gamf.interfaces.systemAdapter with parameters of type IEventBus
 void IEventGenerator.setEventBus(IEventBus eventBus)
          Sets the event bus
 

Uses of IEventBus in uk.ac.standrews.cs.nds.eventModel.eventBus
 

Classes in uk.ac.standrews.cs.nds.eventModel.eventBus that implement IEventBus
 class EventBus