Class CapabilitiesChangedEvent
- Object
-
- CapabilitiesChangedEvent
-
public final class CapabilitiesChangedEvent extends Object
Capability Changed Event
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.List<ParticipantCapability>
getChangedCapabilities()
List of capabilites changedCapabilitiesChangedReason
getReason()
Capability changed reason
-
-
-
Method Detail
-
finalize
protected void finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.- Overrides:
finalize
in classObject
-
getChangedCapabilities
public List<ParticipantCapability> getChangedCapabilities()
List of capabilites changed
-
getReason
public CapabilitiesChangedReason getReason()
Capability changed reason
-
-