public interface EventHandler extends ModelElement
| Modifier and Type | Method and Description |
|---|---|
List |
getAllBindActions()
Gets all the bind actions registered for this event handler.
|
List |
getAllEventActions()
Gets all the event actions registered for this event handler.
|
Map |
getAllTypeAttributes()
Gets all the attributes of the event handler type.
|
List |
getAllUnbindActions()
Gets all the unbind actions registered for this event handler.
|
EventAction |
getBindAction(String id)
Gets the specified bind action.
|
EventAction |
getEventAction(String id)
Gets the specified event action.
|
long |
getRuntimeElementOID()
Gets the runtime OID of the model element.
|
Object |
getTypeAttribute(String name)
Gets a specific type attribute.
|
EventAction |
getUnbindAction(String id)
Gets the specified unbind action.
|
getAllAttributes, getAttribute, getDescription, getElementOID, getId, getModelOID, getName, getNamespace, getPartitionId, getPartitionOID, getQualifiedIdlong getRuntimeElementOID()
Contrary to the element OID, runtime element OIDs are guaranteed to be stable over model versions for model elements of same type and identical fully qualified IDs.
The fully qualified ID of a model element consists of the concatenation of the fully qualified element ID of its parent element, if existent, and the element ID.
ModelElement.getElementOID()Map getAllTypeAttributes()
Object getTypeAttribute(String name)
name - the name of the attribute.List getAllEventActions()
EventAction objects.EventAction getEventAction(String id)
id - the id of the event action.List getAllBindActions()
EventAction objects.EventAction getBindAction(String id)
id - the id of the bind action.List getAllUnbindActions()
EventAction objects.EventAction getUnbindAction(String id)
id - the id of the unbind action.Copyright © 2016 Eclipse Stardust. All Rights Reserved.