org.barracudamvc.core.event.events
Class CheckLongRunningEvent

java.lang.Object
  extended byorg.barracudamvc.core.event.DefaultBaseEvent
      extended byorg.barracudamvc.core.event.ControlEvent
          extended byorg.barracudamvc.core.event.HttpRequestEvent
              extended byorg.barracudamvc.core.event.events.LongRunningEvent
                  extended byorg.barracudamvc.core.event.events.CheckLongRunningEvent
All Implemented Interfaces:
BaseEvent, Cloneable, Polymorphic, StateMap

public class CheckLongRunningEvent
extends LongRunningEvent

This encapsulates an Action


Field Summary
 
Fields inherited from class org.barracudamvc.core.event.DefaultBaseEvent
ext, handled, idList, params, source, sourceEvent, statemap, timestamp, USE_ID_ALIASES, useIDAliases
 
Fields inherited from interface org.barracudamvc.core.event.BaseEvent
EVENT_ID
 
Constructor Summary
CheckLongRunningEvent()
          Default noargs constructor
CheckLongRunningEvent(Object source)
          Public constructor.
 
Methods inherited from class org.barracudamvc.core.event.HttpRequestEvent
describeEventChainingStrategy
 
Methods inherited from class org.barracudamvc.core.event.DefaultBaseEvent
addListenerID, clearState, clone, equals, getClassID, getEventExtension, getEventID, getEventIDWithExtension, getEventURL, getListenerIDs, getOriginalEvent, getParams, getRootEvent, getRootEvent, getSource, getState, getStateKeys, getStateStore, getTimestamp, isHandled, putState, removeState, reset, setEventExtension, setHandled, setParam, setParam, setSource, setUseIDAliases, touch, useIDAliases
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckLongRunningEvent

public CheckLongRunningEvent()
Default noargs constructor


CheckLongRunningEvent

public CheckLongRunningEvent(Object source)
Public constructor. Automatically sets the source parameter. If you do not use this method you should manually set the source before dispatching the event.



Copyright © 2004 BarracudaMVC.org All Rights Reserved.