java.lang.Object
org.jpo.eventbus.OpenMainWindowHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEvent
(OpenMainWindowRequest request) Opens the MainWindow on the EDT thread by constructing aMainWindow
.
-
Constructor Details
-
OpenMainWindowHandler
public OpenMainWindowHandler()
-
-
Method Details
-
handleEvent
Opens the MainWindow on the EDT thread by constructing aMainWindow
. We then fire aLoadDockablesPositionsRequest
. We connect the picture collection with theOpenMainWindowHandler.MainAppModelListener
- Parameters:
request
- The request- See Also:
-