Class MaterialButtonUI.MaterialListenerButtonEvent

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

    protected class MaterialButtonUI.MaterialListenerButtonEvent
    extends java.lang.Object
    implements java.beans.PropertyChangeListener
    This class was implement receive the change propriety from button and change the default value inside this component, as, background, foreground. It make the possibility to support the custom color set with component.setBackground
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • MaterialListenerButtonEvent

        protected MaterialListenerButtonEvent()
    • Method Detail

      • propertyChange

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