org.apache.tapestry5.internal.structure
Class LifecycleNotificationComponentCallback

java.lang.Object
  extended by 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

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

LifecycleNotificationComponentCallback

public LifecycleNotificationComponentCallback()
Method Detail

isEventAborted

public boolean isEventAborted()
Always returns false, as there is no event.

Specified by:
isEventAborted in 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.