Interface ApplicationFrame

All Known Subinterfaces:
MapApplicationFrame

public interface ApplicationFrame
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the currently active ApplicationModule.
  • Method Details

    • getCurrentModule

      ApplicationModule getCurrentModule()
      Get the currently active ApplicationModule. The APplication Frame must have on ApplicationModule active at all times.
      Returns:
      The currently active ApplicationModule.