Class AbstractComponentCallback
- java.lang.Object
- 
- org.apache.tapestry5.internal.structure.AbstractComponentCallback
 
- 
- All Implemented Interfaces:
- ComponentCallback
 
 public abstract class AbstractComponentCallback extends java.lang.Object implements ComponentCallback Base class for most implementations ofComponentCallback, used when there is an underlyingEvent.- See Also:
- LifecycleNotificationComponentCallback
 
- 
- 
Constructor SummaryConstructors Constructor Description AbstractComponentCallback(Event event)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEventAborted()Returns true if the underlying event has been aborted and no further event method invocations should occur.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.tapestry5.internal.structure.ComponentCallbackrun
 
- 
 
- 
- 
- 
Constructor Detail- 
AbstractComponentCallbackpublic AbstractComponentCallback(Event event) 
 
- 
 - 
Method Detail- 
isEventAbortedpublic boolean isEventAborted() Description copied from interface:ComponentCallbackReturns true if the underlying event has been aborted and no further event method invocations should occur.- Specified by:
- isEventAbortedin interface- ComponentCallback
- Returns:
- true if the event is aborted, false if event processing should continue
- See Also:
- Event.isAborted()
 
 
- 
 
-