-
public interface SupervisorASupervisorcan inspect every event transmitted to aStationbefore it's handed over to the stationListeners interested in that type of event.- Author:
- Andrea Vacondio
-
-
Field Summary
Fields Modifier and Type Field Description static SupervisorSLACKEREmpty implementation of theSupervisor.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinspect(Object event)Inspect the event
-
-
-
Field Detail
-
SLACKER
static final Supervisor SLACKER
Empty implementation of theSupervisor.
-
-
Method Detail
-
inspect
void inspect(Object event)
Inspect the event- Parameters:
event-
-
-