|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.internal.structure.AbstractComponentCallback
public abstract class AbstractComponentCallback
Base class for most implementations of ComponentCallback
, used when
there is an underlying Event
.
LifecycleNotificationComponentCallback
Constructor Summary | |
---|---|
AbstractComponentCallback(Event event)
|
Method Summary | |
---|---|
boolean |
isEventAborted()
Returns true if the underlying event has been aborted and no further event method invocations should occur. |
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 AbstractComponentCallback(Event event)
Method Detail |
---|
public boolean isEventAborted()
ComponentCallback
isEventAborted
in interface ComponentCallback
Event.isAborted()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |