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
Modifier and TypeMethodDescriptionvoid
onEndPointCreated
(IEndPoint endPoint) Called when an end point is created.void
onEndPointDisposed
(IEndPoint endPoint) Called when an end point is disposed of.