Package gaiasky

Class ErrorDialog

java.lang.Object
gaiasky.ErrorDialog
All Implemented Interfaces:
com.badlogic.gdx.ApplicationListener

public class ErrorDialog
extends java.lang.Object
implements com.badlogic.gdx.ApplicationListener
  • Constructor Summary

    Constructors
    Constructor Description
    ErrorDialog​(java.lang.String title, java.lang.String message)  
  • Method Summary

    Modifier and Type Method Description
    void create()  
    void dispose()  
    void pause()  
    void render()  
    void resize​(int width, int height)  
    void resume()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ErrorDialog

      public ErrorDialog​(java.lang.String title, java.lang.String message)
  • Method Details

    • create

      public void create()
      Specified by:
      create in interface com.badlogic.gdx.ApplicationListener
    • resize

      public void resize​(int width, int height)
      Specified by:
      resize in interface com.badlogic.gdx.ApplicationListener
    • render

      public void render()
      Specified by:
      render in interface com.badlogic.gdx.ApplicationListener
    • pause

      public void pause()
      Specified by:
      pause in interface com.badlogic.gdx.ApplicationListener
    • resume

      public void resume()
      Specified by:
      resume in interface com.badlogic.gdx.ApplicationListener
    • dispose

      public void dispose()
      Specified by:
      dispose in interface com.badlogic.gdx.ApplicationListener