Package hec.appInterface
Interface ApplicationFrame
- All Known Subinterfaces:
MapApplicationFrame
public interface ApplicationFrame
-
Method Summary
Modifier and TypeMethodDescriptionGet 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.
-