java.lang.Object
org.jpo.eventbus.OpenMainWindowHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEvent(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:
-