Interface IEndPointListener

All Known Implementing Classes:
EditorVirtualizedMonitorPropCnr, VirtualizedMonitorPropCnr

public interface IEndPointListener
Interface used in the server to listen to creation of new end points.
Author:
Christopher Mindus
  • Method Details

    • onEndPointCreated

      void onEndPointCreated(IEndPoint endPoint)
      Called when an end point is created.
    • onEndPointDisposed

      void onEndPointDisposed(IEndPoint endPoint)
      Called when an end point is disposed of.