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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onDispose(IClientSessionGyro clientGyro)
Called when the client session is disposed of.
Method Detail
onDispose
void onDispose(IClientSessionGyro clientGyro)
Called when the client session is disposed of.- Parameters:
clientGyro
- The client session gyro.