Class ButtonContentChangeEvent

java.lang.Object
com.spinyowl.legui.event.Event<Button>
com.spinyowl.legui.component.event.button.ButtonContentChangeEvent

public class ButtonContentChangeEvent extends Event<Button>
  • Constructor Details

  • Method Details

    • getOldValue

      public String getOldValue()
      Returns old value.
      Returns:
      old value.
    • getNewValue

      public String getNewValue()
      Returns new value.
      Returns:
      new value.
    • toString

      public String toString()
      Overrides:
      toString in class Event<Button>
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Event<Button>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Event<Button>