Package org.palladiosimulator.analyzer.slingshot.eventdriver.entity
package org.palladiosimulator.analyzer.slingshot.eventdriver.entity
-
ClassDescriptionEventHandler<T>The actual subscriber of an event of type
T
that should be listened to and eventually called.ReifiedEvent<T>Events that have generics must implement this interface in order to recognize the generic parameter.Subscriber<T>A subscriber to an event of typeT
that should be activated upon the event.Holds all the necessary contract for subscribers of a particular event of the type returned bySubscriberContract.getWhen()
.