org.apache.tapestry5.internal.structure
Class LifecycleNotificationComponentCallback
java.lang.Object
   org.apache.tapestry5.internal.structure.LifecycleNotificationComponentCallback
org.apache.tapestry5.internal.structure.LifecycleNotificationComponentCallback
- All Implemented Interfaces: 
- ComponentCallback
- public abstract class LifecycleNotificationComponentCallback 
- extends Object- implements ComponentCallback
Implementation of ComponentCallback used for lifecycle notifications
 that do not have an event, and can therefore never be aborted.
- See Also:
- AbstractComponentCallback
 
| Method Summary | 
|  boolean | isEventAborted()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 | 
 
 
LifecycleNotificationComponentCallback
public LifecycleNotificationComponentCallback()
isEventAborted
public boolean isEventAborted()
- Always returns false, as there is no event.
 
- 
- Specified by:
- isEventAbortedin 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.