Interface IContainerDisconnectingEvent

All Superinterfaces:
Event, IContainerEvent
All Known Implementing Classes:
ContainerDisconnectingEvent

public interface IContainerDisconnectingEvent extends IContainerEvent
Container disconnecting event
  • Method Summary

    Modifier and Type
    Method
    Description
    Get ID of container target (the container we are disconnecting from)

    Methods inherited from interface org.eclipse.ecf.core.events.IContainerEvent

    getLocalContainerID
  • Method Details

    • getTargetID

      ID 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.