public class NotificationEventCallback extends Object implements ComponentEventCallback
ComponentEventCallback used for notification events. Event handler methods may return
true (to abort the event) or false (to allow the event to continue bubbling up), but all other values are forbidden.| Constructor and Description |
|---|
NotificationEventCallback(String eventType,
String completeId) |
public NotificationEventCallback(String eventType, String completeId)
public boolean handleResult(Object result)
ComponentEventCallbackEvent.isAborted() will return true.handleResult in interface ComponentEventCallbackresult - the result value returned from the event handler method${project.version} - Copyright © 2003-2015 The Apache Software Foundation.