Package com.iizix.gyro
Interface IAppSessionDisposeListener
public interface IAppSessionDisposeListenerInterface a property can implement to be informed of closure of application session.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonDispose(IAppSessionGyro appGyro)Called when the application session is disposed of.
Method Detail
onDispose
void onDispose(IAppSessionGyro appGyro)
Called when the application session is disposed of.- Parameters:
appGyro- The application session gyro.