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 Summary

    Modifier and Type
    Method
    Description
    void
    Called when the client session is disposed of.
  • Method Details

    • onDispose

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