Package org.eclipse.ecf.core.events
Class ContainerDisconnectingEvent
- java.lang.Object
- 
- org.eclipse.ecf.core.events.ContainerDisconnectingEvent
 
- 
- All Implemented Interfaces:
- IContainerDisconnectingEvent,- IContainerEvent,- Event
 
 public class ContainerDisconnectingEvent extends Object implements IContainerDisconnectingEvent 
- 
- 
Constructor SummaryConstructors Constructor Description ContainerDisconnectingEvent(ID localContainerID, ID targetID)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IDgetLocalContainerID()Get ID of local discovery container (the discovery container receiving this event).IDgetTargetID()Get ID of container target (the container we are disconnecting from)StringtoString()
 
- 
- 
- 
Method Detail- 
getLocalContainerIDpublic ID getLocalContainerID() Description copied from interface:IContainerEventGet ID of local discovery container (the discovery container receiving this event).- Specified by:
- getLocalContainerIDin interface- IContainerEvent
- Returns:
- ID for local container. Will not return null.
 
 - 
getTargetIDpublic ID getTargetID() Description copied from interface:IContainerDisconnectingEventGet ID of container target (the container we are disconnecting from)- Specified by:
- getTargetIDin interface- IContainerDisconnectingEvent
- Returns:
- ID the ID of the container we are disconnecting from. Will not be null.
 
 
- 
 
-