Uses of Interface
com.iizix.gyro.IClientSessionDisposeListener
Packages that use IClientSessionDisposeListener Package Description com.iizix.gyro com.iizix.prop.ui com.iizix.server.gyro Uses of IClientSessionDisposeListener in com.iizix.gyro
Methods in com.iizix.gyro with parameters of type IClientSessionDisposeListener Modifier and Type Method Description booleanIClientSessionGyro. addDisposeListener(IClientSessionDisposeListener listener)Adds a dispose listener for the client session.booleanIClientSessionGyro. removeDisposeListener(IClientSessionDisposeListener listener)Removes a dispose listener for the client session.Uses of IClientSessionDisposeListener in com.iizix.prop.ui
Classes in com.iizix.prop.ui that implement IClientSessionDisposeListener Modifier and Type Class Description classMessageBoxThe message box is a container to display a message box on the client side and wait for the user reply.Uses of IClientSessionDisposeListener in com.iizix.server.gyro
Methods in com.iizix.server.gyro with parameters of type IClientSessionDisposeListener Modifier and Type Method Description booleanClientSessionGyro. addDisposeListener(IClientSessionDisposeListener listener)Adds a dispose listener for the client session.booleanClientSessionGyro. removeDisposeListener(IClientSessionDisposeListener listener)Removes a dispose listener for the client session.