Package wt.fc
Class IdentityServiceEvent
java.lang.Object
wt.events.KeyedEvent
wt.fc.IdentityServiceEvent
- All Implemented Interfaces:
Serializable,wt.events.summary.SummarizedEvent
The IdentityServiceEvent encapsulates identity change events. These
events are posted so that other classes can object to the change or synchronize
with the identity change.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields -
Method Summary
Methods inherited from class wt.events.KeyedEvent
generateEventKey, getEventKey, getEventTarget, getEventType
-
Field Details
-
PRE_CHANGE_IDENTITY
Event used to notify listeners that an object is about to have a change in identity (i.e. a change in the value of an attribute, such as Number, that determines the object's identity).
Supported API: true -
POST_CHANGE_IDENTITY
Event used to notify listeners that an object has had a change in identity (i.e. a change in the value of an attribute, such as Number, that determines the object's identity).
Supported API: true
-