-
public interface SupervisorASupervisorcan inspect every event transmitted to aStationbefore it's handed over to the stationListeners interested in that type of event.
-
-
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(java.lang.Object event)Inspect the event
-
-
-
Field Detail
-
SLACKER
static final Supervisor SLACKER
Empty implementation of theSupervisor.
-
-