public abstract class AbstractComponentCallback extends Object implements ComponentCallback
ComponentCallback
, used when
there is an underlying Event
.LifecycleNotificationComponentCallback
Constructor and Description |
---|
AbstractComponentCallback(Event event) |
Modifier and Type | Method and Description |
---|---|
boolean |
isEventAborted()
Returns true if the underlying event has been aborted and no further event method invocations should occur.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
run
public AbstractComponentCallback(Event event)
public boolean isEventAborted()
ComponentCallback
isEventAborted
in interface ComponentCallback
Event.isAborted()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.