public interface EventNotification
Modifier and Type | Method and Description |
---|---|
void |
onAbort()
That method will be called when the listening for events is aborted (unexpected).
|
void |
onNotify(DomainEvent aDomainEvent)
That method will be called when a new event is arriving.
|
void onNotify(DomainEvent aDomainEvent)
aDomainEvent
- incoming eventvoid onAbort()
Copyright © 2012. All Rights Reserved.