public interface ConnectionEvent extends StandardEventType
ALL, ALL_string, ComponentAdded, ComponentAdded_string, ComponentAddPending, ComponentAddPending_string, ComponentDeleted, ComponentDeleted_string, ComponentDeletePending, ComponentDeletePending_string, Connected, Connected_string, ConnectPending, ConnectPending_string, Disconnected, Disconnected_string, DisconnectPending, DisconnectPending_string, Error, Error_string, FactoryClosed, FactoryClosed_string, FactoryOpened, FactoryOpened_string, NONE, NONE_string, PortAdded, PortAdded_string, PortAddPending, PortAddPending_string, PortFetched, PortFetched_string, PortFetchPending, PortFetchPending_string, PortRegistered, PortRegistered_string, PortRegisterPending, PortRegisterPending_string, PortReleased, PortReleased_string, PortReleasePending, PortReleasePending_string, PortRemoved, PortRemoved_string, PortRemovePending, PortRemovePending_string, PortUnregistered, PortUnregistered_string, PortUnregisterPending, PortUnregisterPending_string
Modifier and Type | Method and Description |
---|---|
int |
getEventType()
Returns the integer from those defined that describes the event.
|
PortInfo |
getPortInfo()
Get the PortInfo of the affected Port.
|
int getEventType()
The semantics are noted before each member of the enum/static constant. We can add in different types of connect/disconnect as multiports and explicit local/global/sync/async semantics are agreed to in the future.
At present we assume that:
PortInfo getPortInfo()