Uses of Interface
com.iizix.gyro.IAppSessionDisposeListener
Packages that use IAppSessionDisposeListener Package Description com.iizix.gyro com.iizix.server.gyro Uses of IAppSessionDisposeListener in com.iizix.gyro
Methods in com.iizix.gyro with parameters of type IAppSessionDisposeListener Modifier and Type Method Description booleanIAppSessionGyro. addDisposeListener(IAppSessionDisposeListener listener)Adds a dispose listener for the application session.booleanIAppSessionGyro. removeDisposeListener(IAppSessionDisposeListener listener)Removes a dispose listener for the application session.Uses of IAppSessionDisposeListener in com.iizix.server.gyro
Methods in com.iizix.server.gyro with parameters of type IAppSessionDisposeListener Modifier and Type Method Description booleanAppSessionGyro. addDisposeListener(IAppSessionDisposeListener listener)Adds a dispose listener for the application session.booleanAppSessionGyro. removeDisposeListener(IAppSessionDisposeListener listener)Removes a dispose listener for the application session.