The payload of all scheduled events, be they arbitrarily scheduled or one of the built-in @Every() schedules. Note that the presence of this superclass implies that the following observation is possible: public void doSomething(@Observes @Every Trigger e)
Such an observation is valid, and will respond to every single scheduled event fired (including the built in events).
@author Peter Royle
|
|
|
|
|
|
|
|
|
|