Package com.iizix.gyro
Interface IClientSessionDisposeListener
- All Known Implementing Classes:
MessageBox
public interface IClientSessionDisposeListener
Interface a property can implement to be informed of closure of client session.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionvoid
onDispose
(IClientSessionGyro clientGyro) Called when the client session is disposed of.
Method Details
onDispose
Called when the client session is disposed of.- Parameters:
clientGyro
- The client session gyro.