|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.internal.util.NotificationEventCallback
public class NotificationEventCallback
A 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 Summary | |
---|---|
NotificationEventCallback(java.lang.String eventType,
java.lang.String completeId)
|
Method Summary | |
---|---|
boolean |
handleResult(java.lang.Object result)
Invoked to handle a non-null event handler method result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NotificationEventCallback(java.lang.String eventType, java.lang.String completeId)
Method Detail |
---|
public boolean handleResult(java.lang.Object result)
ComponentEventCallback
Event.isAborted()
will return true.
handleResult
in interface ComponentEventCallback
result
- the result value returned from the event handler method
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |