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 SummaryModifier and TypeMethodDescription- void- onDispose- (IClientSessionGyro clientGyro) Called when the client session is disposed of.
- Method Details- onDisposeCalled when the client session is disposed of.- Parameters:
- clientGyro- The client session gyro.