Class StlEditorPane.RebootListener

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

    public class StlEditorPane.RebootListener
    extends java.lang.Object
    implements java.beans.PropertyChangeListener
    Listens for a property change that implies a node has been rebooted. This occurs when the user has selected that the editor should do the reboot to compile the updated logic. When the updateSimpleNodeIdent event occurs and the compile is in progress it starts the message display process.
    • Constructor Summary

      Constructors 
      Constructor Description
      RebootListener()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void propertyChange​(java.beans.PropertyChangeEvent e)  
      • Methods inherited from class java.lang.Object

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

      • propertyChange

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