Class FirstFrameEvent

  • All Implemented Interfaces:
    Event

    public class FirstFrameEvent
    extends java.lang.Object
    implements Event
    Payload that accompanies the onFirstFrame() event.
    • Constructor Summary

      Constructors 
      Constructor Description
      FirstFrameEvent​(double loadTime)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getLoadTime()  
      • Methods inherited from class java.lang.Object

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

      • FirstFrameEvent

        public FirstFrameEvent​(double loadTime)
    • Method Detail

      • getLoadTime

        public double getLoadTime()
        Returns:
        The amount of time (In milliseconds) it takes for the player to transition from a play attempt to a firstFrame event.