public interface ComponentEventCallback<T>
ComponentEvent
, notified when a non-null value is returned from some event
handler method.Modifier and Type | Method and Description |
---|---|
boolean |
handleResult(T result)
Invoked to handle a non-null event handler method result.
|
boolean handleResult(T result)
Event.isAborted()
will return true.result
- the result value returned from the event handler method5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.