Package org.eclipse.ecf.core.events
Class ContainerConnectingEvent
java.lang.Object
org.eclipse.ecf.core.events.ContainerConnectingEvent
- All Implemented Interfaces:
IContainerConnectingEvent
,IContainerEvent
,Event
-
Constructor Summary
ConstructorsConstructorDescriptionContainerConnectingEvent
(ID localContainerID, ID targetID) ContainerConnectingEvent
(ID localContainerID, ID targetID, Object data) -
Method Summary
-
Constructor Details
-
ContainerConnectingEvent
-
ContainerConnectingEvent
-
-
Method Details
-
getTargetID
Description copied from interface:IContainerConnectingEvent
Get ID of container target (the container we are connecting to)- Specified by:
getTargetID
in interfaceIContainerConnectingEvent
- Returns:
- ID the ID of the container we connecting to. Will not be null.
-
getData
Description copied from interface:IContainerConnectingEvent
Get data associated with connecting- Specified by:
getData
in interfaceIContainerConnectingEvent
- Returns:
- Object the object data for connect. May be null
-
getLocalContainerID
Description copied from interface:IContainerEvent
Get ID of local discovery container (the discovery container receiving this event).- Specified by:
getLocalContainerID
in interfaceIContainerEvent
- Returns:
- ID for local container. Will not return
null
.
-
toString
-