E
- type of event being notified@FunctionalInterface
public interface EventNotifier<E>
Modifier and Type | Method and Description |
---|---|
void |
notifyEvent(E event) |
void notifyEvent(E event) throws java.lang.Exception
event
- The eventjava.lang.Exception
- If failed to process the event notification