Class LifecycleNotificationComponentCallback
- java.lang.Object
 - 
- org.apache.tapestry5.internal.structure.LifecycleNotificationComponentCallback
 
 
- 
- All Implemented Interfaces:
 ComponentCallback
public abstract class LifecycleNotificationComponentCallback extends Object implements ComponentCallback
Implementation ofComponentCallbackused for lifecycle notifications that do not have an event, and can therefore never be aborted.- See Also:
 AbstractComponentCallback
 
- 
- 
Constructor Summary
Constructors Constructor Description LifecycleNotificationComponentCallback() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEventAborted()Always returns false, as there is no event.- 
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 Detail
- 
LifecycleNotificationComponentCallback
public LifecycleNotificationComponentCallback()
 
 - 
 
- 
Method Detail
- 
isEventAborted
public boolean isEventAborted()
Always returns false, as there is no event.- Specified by:
 isEventAbortedin interfaceComponentCallback- Returns:
 - true if the event is aborted, false if event processing should continue
 - See Also:
 Event.isAborted()
 
 - 
 
 -