|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.events.KeyedEvent
wt.workflow.collaboration.CollaborationServiceEvent
represents events generated by the CollaborationService and its implementing
class.
Supported API: false
Extendable: false
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 |
private static final String RESOURCE
private static final String CLASSNAME
private CollaborationService service
Constructor Detail |
public CollaborationServiceEvent(CollaborationService cs, String eventType, Object eventTarget)
cs
- eventType
- eventTarget
- public CollaborationServiceEvent(String eventType, Object target)
eventType
- target
- public CollaborationServiceEvent(String eventType, WTCollection targets)
eventType
- targets
- Method Detail |
public CollaborationService getService()
public void setService(CollaborationService a_Service) throws WTPropertyVetoException
a_Service
-
WTPropertyVetoException
public WTCollection getTargets()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |