Class CameraDistanceChangedEvent<S extends CameraController>

  • All Implemented Interfaces:
    java.io.Serializable

    public final class CameraDistanceChangedEvent<S extends CameraController>
    extends java.util.EventObject
    An event that indicates that the distance between camera and the target has changed.
    Since:
    100.1.0
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      CameraDistanceChangedEvent​(S source)
      Creates a new camera distance changed event.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      S getSource()  
      • Methods inherited from class java.util.EventObject

        toString
      • Methods inherited from class java.lang.Object

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

      • CameraDistanceChangedEvent

        public CameraDistanceChangedEvent​(S source)
        Creates a new camera distance changed event.
        Parameters:
        source - the source
        Since:
        100.1.0
    • Method Detail

      • getSource

        public S getSource()
        Overrides:
        getSource in class java.util.EventObject