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 boolean
IAppSessionGyro. addDisposeListener(IAppSessionDisposeListener listener)
Adds a dispose listener for the application session.boolean
IAppSessionGyro. 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 boolean
AppSessionGyro. addDisposeListener(IAppSessionDisposeListener listener)
Adds a dispose listener for the application session.boolean
AppSessionGyro. removeDisposeListener(IAppSessionDisposeListener listener)
Removes a dispose listener for the application session.