Class LifecycleNotificationComponentCallback
java.lang.Object
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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
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 Details
-
LifecycleNotificationComponentCallback
-
-
Method Details
-
isEventAborted
Always returns false, as there is no event.- Specified by:
isEventAborted
in interfaceComponentCallback
- Returns:
- true if the event is aborted, false if event processing should continue
- See Also:
-