Class FrameAppListener
java.lang.Object
com.inductiveautomation.ignition.client.launch.FrameAppListener
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
install
(JFrame frame, LaunchableApp app) Installs listeners to bind the launchable app's frameTitle and frameIcon properties to the JFramevoid
-
Constructor Details
-
FrameAppListener
-
-
Method Details
-
install
Installs listeners to bind the launchable app's frameTitle and frameIcon properties to the JFrame -
propertyChange
- Specified by:
propertyChange
in interfacePropertyChangeListener
-