Package com.iizix.server
Interface IEndPointListener
- All Known Implementing Classes:
EditorVirtualizedMonitorPropCnr,VirtualizedMonitorPropCnr
public interface IEndPointListenerInterface 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 voidonEndPointCreated(IEndPoint endPoint)Called when an end point is created.voidonEndPointDisposed(IEndPoint endPoint)Called when an end point is disposed of.