Class BoundsEvt

java.lang.Object
java.util.EventObject
eu.hansolo.toolbox.evt.Evt
eu.hansolo.toolbox.evt.type.ChangeEvt
eu.hansolo.toolboxfx.evt.type.BoundsEvt
All Implemented Interfaces:
Serializable, Comparable<eu.hansolo.toolbox.evt.Evt>

public class BoundsEvt extends eu.hansolo.toolbox.evt.type.ChangeEvt
See Also:
  • Field Details

    • ANY

      public static final eu.hansolo.toolbox.evt.EvtType<BoundsEvt> ANY
    • BOUNDS

      public static final eu.hansolo.toolbox.evt.EvtType<BoundsEvt> BOUNDS
  • Constructor Details

    • BoundsEvt

      public BoundsEvt(eu.hansolo.toolbox.evt.EvtType<? extends BoundsEvt> evtType, Bounds bounds)
    • BoundsEvt

      public BoundsEvt(Object src, eu.hansolo.toolbox.evt.EvtType<? extends BoundsEvt> evtType, Bounds bounds)
    • BoundsEvt

      public BoundsEvt(Object src, eu.hansolo.toolbox.evt.EvtType<? extends BoundsEvt> evtType, eu.hansolo.toolbox.evt.EvtPriority priority, Bounds bounds)
  • Method Details

    • getEvtType

      public eu.hansolo.toolbox.evt.EvtType<? extends BoundsEvt> getEvtType()
      Overrides:
      getEvtType in class eu.hansolo.toolbox.evt.type.ChangeEvt
    • getBounds

      public Bounds getBounds()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class eu.hansolo.toolbox.evt.Evt
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class eu.hansolo.toolbox.evt.Evt