saker.build Documentation TaskDoc JavaDoc Packages
public interface RMIConnection.CloseListener
Event listener that is called when the RMIConnection is closed.

The closing may happen due to I/O errors, or by explicit request of the other endpoint. The listener is called in any case when the connection is closed.

saker.rmi 0.8.2
Methods
public void
Notifies the listener about the connection closing.
public abstract void onConnectionClosed()
Notifies the listener about the connection closing.