Class AbstractComponentCallback
java.lang.Object
org.apache.tapestry5.internal.structure.AbstractComponentCallback
- All Implemented Interfaces:
ComponentCallback
Base class for most implementations of
ComponentCallback
, used when
there is an underlying Event
.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true if the underlying event has been aborted and no further event method invocations should occur.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.tapestry5.internal.structure.ComponentCallback
run
-
Constructor Details
-
AbstractComponentCallback
-
-
Method Details
-
isEventAborted
Description copied from interface:ComponentCallback
Returns true if the underlying event has been aborted and no further event method invocations should occur.- Specified by:
isEventAborted
in interfaceComponentCallback
- Returns:
- true if the event is aborted, false if event processing should continue
- See Also:
-