org.apache.tapestry5.internal.structure
Class AbstractComponentCallback

java.lang.Object
  extended by org.apache.tapestry5.internal.structure.AbstractComponentCallback
All Implemented Interfaces:
ComponentCallback

public abstract class AbstractComponentCallback
extends Object
implements ComponentCallback

Base class for most implementations of ComponentCallback, used when there is an underlying Event.

See Also:
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

AbstractComponentCallback

public AbstractComponentCallback(Event event)
Method Detail

isEventAborted

public boolean isEventAborted()
Description copied from interface: ComponentCallback
Returns true if the underlying event has been aborted and no further event method invocations should occur.

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.