org.barracudamvc.core.event.events
Class RenderLongRunningEvent

java.lang.Object
  extended by org.barracudamvc.core.event.DefaultBaseEvent
      extended by org.barracudamvc.core.event.ViewEvent
          extended by org.barracudamvc.core.event.HttpResponseEvent
              extended by org.barracudamvc.core.event.events.RenderLongRunningEvent
All Implemented Interfaces:
Cloneable, BaseEvent, Exceptional, StateMap

public class RenderLongRunningEvent
extends HttpResponseEvent

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
RenderLongRunningEvent()
          Default noargs constructor
RenderLongRunningEvent(Object source)
          Public constructor.
 
Method Summary
 
Methods inherited from class org.barracudamvc.core.event.HttpResponseEvent
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

RenderLongRunningEvent

public RenderLongRunningEvent()
Default noargs constructor


RenderLongRunningEvent

public RenderLongRunningEvent(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 © 2006 BarracudaMVC.org All Rights Reserved.