|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.internal.structure.LifecycleNotificationComponentCallback
public abstract class LifecycleNotificationComponentCallback
Implementation of ComponentCallback
used for lifecycle notifications
that do not have an event, and can therefore never be aborted.
AbstractComponentCallback
Constructor Summary | |
---|---|
LifecycleNotificationComponentCallback()
|
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 |
Methods inherited from interface org.apache.tapestry5.internal.structure.ComponentCallback |
---|
run |
Constructor Detail |
---|
public LifecycleNotificationComponentCallback()
Method Detail |
---|
public boolean isEventAborted()
isEventAborted
in interface ComponentCallback
Event.isAborted()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |