Uses of Interface
org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.Event

Packages that use Event
org.eclipse.modisco.infra.discovery.benchmark.api   
org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark   
org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.util   
 

Uses of Event in org.eclipse.modisco.infra.discovery.benchmark.api
 

Methods in org.eclipse.modisco.infra.discovery.benchmark.api with parameters of type Event
 void IEventListener.notifyEvent(Event event)
          method to call to notify an Event to the listener
 void IEventManager.notifyEvent(Event event)
          Notify an event to the listeners
 

Uses of Event in org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark
 

Subinterfaces of Event in org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark
 interface BeginEvent
          A representation of the model object 'Begin Event'.
 interface EndEvent
          A representation of the model object 'End Event'.
 interface MemoryMeasurement
          A representation of the model object 'Memory Measurement'.
 

Methods in org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark that return Event
 Event BenchmarkFactory.createEvent()
          Returns a new object of class 'Event'.
 

Uses of Event in org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.util
 

Methods in org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.util with parameters of type Event
 T BenchmarkSwitch.caseEvent(Event object)
          Returns the result of interpreting the object as an instance of 'Event'.