Package org.eclipse.ecf.core.events
Interface IContainerDisconnectingEvent
- 
- All Superinterfaces:
- Event,- IContainerEvent
 - All Known Implementing Classes:
- ContainerDisconnectingEvent
 
 public interface IContainerDisconnectingEvent extends IContainerEvent Container disconnecting event
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IDgetTargetID()Get ID of container target (the container we are disconnecting from)- 
Methods inherited from interface org.eclipse.ecf.core.events.IContainerEventgetLocalContainerID
 
- 
 
- 
- 
- 
Method Detail- 
getTargetIDID getTargetID() Get ID of container target (the container we are disconnecting from)- Returns:
- ID the ID of the container we are disconnecting from. Will not be null.
 
 
- 
 
-