Class JmolPanel.ActionChangedListener

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

    protected static class JmolPanel.ActionChangedListener
    extends java.lang.Object
    implements java.beans.PropertyChangeListener
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) javax.swing.AbstractButton button  
    • Constructor Summary

      Constructors 
      Constructor Description
      ActionChangedListener​(javax.swing.AbstractButton button)  
    • 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
    • Field Detail

      • button

        javax.swing.AbstractButton button
    • Constructor Detail

      • ActionChangedListener

        public ActionChangedListener​(javax.swing.AbstractButton button)
    • Method Detail

      • propertyChange

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