Interface IContainerConnectingEvent

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

public interface IContainerConnectingEvent extends IContainerEvent
Container connecting event
  • Method Summary

    Modifier and Type
    Method
    Description
    Get data associated with connecting
    Get ID of container target (the container we are connecting to)

    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 connecting to)
      Returns:
      ID the ID of the container we connecting to. Will not be null.
    • getData

      Object getData()
      Get data associated with connecting
      Returns:
      Object the object data for connect. May be null