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 Detail

      • onDispose

        void onDispose​(IClientSessionGyro clientGyro)
        Called when the client session is disposed of.
        Parameters:
        clientGyro - The client session gyro.