org.apache.tapestry5.internal.structure
Class AbstractComponentCallback
java.lang.Object
org.apache.tapestry5.internal.structure.AbstractComponentCallback
- All Implemented Interfaces:
- ComponentCallback
public abstract class AbstractComponentCallback
- extends Object
- implements ComponentCallback
Base class for most implementations of ComponentCallback
, used when
there is an underlying Event
.
- See Also:
LifecycleNotificationComponentCallback
Method Summary |
boolean |
isEventAborted()
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 |
AbstractComponentCallback
public AbstractComponentCallback(Event event)
isEventAborted
public boolean 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 interface ComponentCallback
- Returns:
- true if the event is aborted, false if event processing should continue
- See Also:
Event.isAborted()
Copyright © 2003-2012 The Apache Software Foundation.