Class AxisChangeEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      AxisChangeEvent​(Axis axis)
      Creates a new AxisChangeEvent.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Axis getAxis()
      Returns the axis that generated the event.
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AxisChangeEvent

        public AxisChangeEvent​(Axis axis)
        Creates a new AxisChangeEvent.
        Parameters:
        axis - the axis that generated the event.
    • Method Detail

      • getAxis

        public Axis getAxis()
        Returns the axis that generated the event.
        Returns:
        The axis that generated the event.