Interface PopupAction
-
- All Known Implementing Classes:
ConnectivityManagerModule
,FavoritesModule
,NewLogicalCircuitModule
public interface PopupAction
All modules that open as a window should implement this interface.- Author:
- Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
open()
Opens the module as a window.
-