T - the type of context for the eventpublic class ContextualEvent<T> extends Event
Event that occurs within some (generic) context. A context
could be, for example, the zone in which some entity event took place, or
more generally the primary containing entity for the subject of the
notification.public ContextualEvent(T context)
Copyright © 2014. All rights reserved.