Package jmri.util.swing
Class JDialogListener
java.lang.Object
jmri.util.swing.JDialogListener
- All Implemented Interfaces:
PropertyChangeListener,EventListener
JDialogListener can be used to link JDialog instances with Frames.
If the JMRI Web Frame Server, JmriJFrameServlet encounters a Frame with
this listener attached, the Dialog will be accessible via the server.
This listener must be removed when the Dialog is closed.
- Since:
- 5.5.6
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Constructor Details
-
JDialogListener
-
-
Method Details
-
getDialog
-
propertyChange
- Specified by:
propertyChangein interfacePropertyChangeListener
-