Class FrameAppListener

  • All Implemented Interfaces:
    java.beans.PropertyChangeListener, java.util.EventListener

    public class FrameAppListener
    extends java.lang.Object
    implements java.beans.PropertyChangeListener
    • Constructor Summary

      Constructors 
      Constructor Description
      FrameAppListener​(javax.swing.JFrame frame)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void install​(javax.swing.JFrame frame, LaunchableApp app)
      Installs listeners to bind the launchable app's frameTitle and frameIcon properties to the JFrame
      void propertyChange​(java.beans.PropertyChangeEvent evt)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FrameAppListener

        public FrameAppListener​(javax.swing.JFrame frame)
    • Method Detail

      • install

        public static void install​(javax.swing.JFrame frame,
                                   LaunchableApp app)
        Installs listeners to bind the launchable app's frameTitle and frameIcon properties to the JFrame
      • propertyChange

        public void propertyChange​(java.beans.PropertyChangeEvent evt)
        Specified by:
        propertyChange in interface java.beans.PropertyChangeListener