wt.workflow.collaboration
Class CollaborationServiceEvent

java.lang.Object
  extended bywt.events.KeyedEvent
      extended bywt.workflow.collaboration.CollaborationServiceEvent
All Implemented Interfaces:
Serializable

public final class CollaborationServiceEvent
extends KeyedEvent
implements Serializable

represents events generated by the CollaborationService and its implementing class.

Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
private  CollaborationService service
           
 
Fields inherited from class wt.events.KeyedEvent
 
Constructor Summary
CollaborationServiceEvent(CollaborationService cs, String eventType, Object eventTarget)
          

Supported API: false
CollaborationServiceEvent(String eventType, Object target)
          

Supported API: false
CollaborationServiceEvent(String eventType, WTCollection targets)
          

Supported API: false
 
Method Summary
 CollaborationService getService()
          Gets the value of the attribute: service.
 WTCollection getTargets()
          

Supported API: false
 void setService(CollaborationService a_Service)
          Sets the value of the attribute: service.
 
Methods inherited from class wt.events.KeyedEvent
generateEventKey, generateEventKey, getConceptualClassname, getEventKey, getEventTarget, getEventType, toMultiObjectEvent, toSingleObjectEvents, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

service

private CollaborationService service
Constructor Detail

CollaborationServiceEvent

public CollaborationServiceEvent(CollaborationService cs,
                                 String eventType,
                                 Object eventTarget)


Supported API: false

Parameters:
cs -
eventType -
eventTarget -

CollaborationServiceEvent

public CollaborationServiceEvent(String eventType,
                                 Object target)


Supported API: false

Parameters:
eventType -
target -

CollaborationServiceEvent

public CollaborationServiceEvent(String eventType,
                                 WTCollection targets)


Supported API: false

Parameters:
eventType -
targets -
Method Detail

getService

public CollaborationService getService()
Gets the value of the attribute: service.

Supported API: false

Returns:
CollaborationService

setService

public void setService(CollaborationService a_Service)
                throws WTPropertyVetoException
Sets the value of the attribute: service.

Supported API: false

Parameters:
a_Service -
Throws:
WTPropertyVetoException

getTargets

public WTCollection getTargets()


Supported API: false

Returns:
WTCollection