|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.events.KeyedEvent
com.ptc.wvs.server.loader.GraphicsServerLoaderServiceEvent
This event can be used to indicate when a Representation or Markup has been created,
or updated
Supported API: false
Extendable: false
Field Summary | |
private Vector |
changedObjects
|
private static String |
CLASSNAME
|
static String |
MARKUP_SAVED
Constant containing the event type for the markup_saved event Supported API: false |
static String |
REPRESENTATION_SAVED
Constant containing the event type for the representation_saved event Supported API: false |
private static String |
RESOURCE
|
Fields inherited from class wt.events.KeyedEvent |
|
Constructor Summary | |
GraphicsServerLoaderServiceEvent(String eventType,
Persistable persistable,
Vector objs)
Constructs a GraphicsServerLoaderServiceEvent Supported API: false |
|
GraphicsServerLoaderServiceEvent(String eventType,
WTKeyedMap target)
Constructs a multi object GraphicsServerLoaderServiceEvent Supported API: false |
Method Summary | |
static String |
generateEventKey(String eventType)
Generates a unique event key for the event type Supported API: false |
Vector |
getChangedObjects()
Supported API: false |
Vector |
getChangedObjects(Persistable persistable)
|
WTKeyedMap |
getTargetMap()
|
KeyedEvent |
toMultiObjectEvent()
Supported API: false |
KeyedEvent[] |
toSingleObjectEvents()
Supported API: false |
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 |
private static final String RESOURCE
private static final String CLASSNAME
public static final String REPRESENTATION_SAVED
public static final String MARKUP_SAVED
private Vector changedObjects
Constructor Detail |
public GraphicsServerLoaderServiceEvent(String eventType, Persistable persistable, Vector objs)
eventType
- persistable
- public GraphicsServerLoaderServiceEvent(String eventType, WTKeyedMap target)
eventType
- target
- Method Detail |
public static String generateEventKey(String eventType)
eventType
-
public Vector getChangedObjects()
public KeyedEvent[] toSingleObjectEvents() throws WTException
toSingleObjectEvents
in class KeyedEvent
WTException
public KeyedEvent toMultiObjectEvent()
toMultiObjectEvent
in class KeyedEvent
public Vector getChangedObjects(Persistable persistable)
public WTKeyedMap getTargetMap()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |