Package com.iizix.server
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onEndPointCreated(IEndPoint endPoint)
Called when an end point is created.void
onEndPointDisposed(IEndPoint endPoint)
Called when an end point is disposed of.