public interface EventInterceptor
afterEvent(Event)
and
beforeEvent(Event)
are called in Event
default constructor.Modifier and Type | Method and Description |
---|---|
void |
afterEvent(Event event)
Action after perform event instances
|
void |
beforeEvent(Event event)
Action before perform event instances
|