Interface IAppSessionDisposeListener


public interface IAppSessionDisposeListener
Interface a property can implement to be informed of closure of application session.
Author:
Christopher Mindus
  • Method Summary

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

    • onDispose

      void onDispose(IAppSessionGyro appGyro)
      Called when the application session is disposed of.
      Parameters:
      appGyro - The application session gyro.