Class JDialogListener

java.lang.Object
jmri.util.swing.JDialogListener
All Implemented Interfaces:
PropertyChangeListener, EventListener

public class JDialogListener extends Object implements PropertyChangeListener
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