wt.fv.master
Class RemoteContentUploadEvent

java.lang.Object
  extended bywt.events.KeyedEvent
      extended bywt.router.RoutingEvent
          extended bywt.fv.master.RemoteContentUploadEvent
All Implemented Interfaces:
Serializable

public class RemoteContentUploadEvent
extends RoutingEvent
implements Serializable

See Also:
Serialized Form

Field Summary
static String REMOTE_CONTENT_UPLOAD
           
 
Fields inherited from class wt.router.RoutingEvent
 
Fields inherited from class wt.events.KeyedEvent
 
Constructor Summary
RemoteContentUploadEvent(Object eventTarget, String methodName, Serializable[] args, ContReplHistory history)
           
RemoteContentUploadEvent(String eventType, Object eventTarget)
           
 
Method Summary
protected  void initialize(String methodName, Serializable[] args, ContReplHistory history)
           
static RemoteContentUploadEvent newRemoteContentUploadEvent(Object eventTarget, String methodName, Serializable[] args, ContReplHistory history)
           
static RemoteContentUploadEvent newRemoteContentUploadEvent(WTKeyedMap targetArgsMap, String methodName, Serializable[] args, ContReplHistory history)
           
 
Methods inherited from class wt.router.RoutingEvent
getMethodArgs, getTargets, initialize, setMethodArgs, toMultiObjectEvent, toSingleObjectEvents
 
Methods inherited from class wt.events.KeyedEvent
generateEventKey, generateEventKey, getConceptualClassname, getEventKey, getEventTarget, getEventType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REMOTE_CONTENT_UPLOAD

public static String REMOTE_CONTENT_UPLOAD
Constructor Detail

RemoteContentUploadEvent

public RemoteContentUploadEvent(Object eventTarget,
                                String methodName,
                                Serializable[] args,
                                ContReplHistory history)

RemoteContentUploadEvent

public RemoteContentUploadEvent(String eventType,
                                Object eventTarget)
Method Detail

newRemoteContentUploadEvent

public static RemoteContentUploadEvent newRemoteContentUploadEvent(Object eventTarget,
                                                                   String methodName,
                                                                   Serializable[] args,
                                                                   ContReplHistory history)
                                                            throws WTException
Throws:
WTException

newRemoteContentUploadEvent

public static RemoteContentUploadEvent newRemoteContentUploadEvent(WTKeyedMap targetArgsMap,
                                                                   String methodName,
                                                                   Serializable[] args,
                                                                   ContReplHistory history)
                                                            throws WTException
Throws:
WTException

initialize

protected void initialize(String methodName,
                          Serializable[] args,
                          ContReplHistory history)
                   throws WTException
Throws:
WTException