Package com.iizix.server
Interface IServerDisposeListener
public interface IServerDisposeListener
Listener for the server dispose events.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionvoid
onDispose
(ServerShell server) Called just before the server begins the dispose operation.void
onDisposed
(ServerShell server) Called when the server has been disposed of just before exiting.
Method Details
onDispose
Called just before the server begins the dispose operation.- Parameters:
server
- The server instance.
onDisposed
Called when the server has been disposed of just before exiting.- Parameters:
server
- The server instance.