Class OPath.TimeTurnout

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.util.EventListener
    Enclosing class:
    OPath

    class OPath.TimeTurnout
    extends java.lang.Object
    implements java.awt.event.ActionListener
    Class for defining ActionListener for ACTION_DELAYED_TURNOUT
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean lock  
      (package private) boolean set  
    • Constructor Summary

      Constructors 
      Constructor Description
      TimeTurnout()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void actionPerformed​(java.awt.event.ActionEvent event)  
      (package private) void setList​(java.util.List<BeanSetting> l)  
      (package private) void setParams​(boolean s, int ls, boolean l)  
      • Methods inherited from class java.lang.Object

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

      • setParams

        void setParams​(boolean s,
                       int ls,
                       boolean l)
      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent event)
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener