|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.events.KeyedEvent
com.ptc.windchill.esi.svc.ESIServiceEvent
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private ESIService |
esiService
|
static String |
POST_RELEASE
The event used to notify listeners that a object has been released. |
static String |
PRE_RELEASE
The event used to notify listeners that a object is about to be released. |
private static String |
RESOURCE
|
Fields inherited from class wt.events.KeyedEvent |
|
Constructor Summary | |
ESIServiceEvent(ESIService esiService,
String eventType,
Persistable target)
Used to represent events occuring within the ESIService. |
|
ESIServiceEvent(String eventType,
Object target)
Supported API: false |
|
ESIServiceEvent(String eventType,
WTCollection targets)
Supported API: false |
Method Summary | |
static String |
generateEventKey(String eventType)
Supported API: false |
Persistable |
getTarget()
Supported API: false |
WTCollection |
getTargets()
Return a WTCollection of target objects. |
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
public static final String PRE_RELEASE
public static final String POST_RELEASE
private ESIService esiService
Constructor Detail |
public ESIServiceEvent(ESIService esiService, String eventType, Persistable target)
esiService
- eventType
- target
- public ESIServiceEvent(String eventType, WTCollection targets)
eventType
- targets
- public ESIServiceEvent(String eventType, Object target)
eventType
- target
- Method Detail |
public Persistable getTarget()
public static String generateEventKey(String eventType)
eventType
-
public WTCollection getTargets()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |