Class SpeedTestEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class SpeedTestEvent
    extends org.primefaces.event.AbstractAjaxBehaviorEvent
    Event which is triggered by the Speedtest component has the test's finished.
    Since:
    6.1
    Author:
    ssibitz ssibitz@me.com
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAME  
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      SpeedTestEvent​(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, java.lang.Double _PingTimeMS, java.lang.Double _JitterTimeMS, java.lang.Double _SpeedMbpsDownload, java.lang.Double _SpeedMbpsUpload)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Double getJitterTimeMS()  
      java.lang.Double getPingTimeMS()  
      java.lang.Double getSpeedMbpsDownload()  
      java.lang.Double getSpeedMbpsUpload()  
      • Methods inherited from class org.primefaces.event.AbstractAjaxBehaviorEvent

        isAppropriateListener, processListener
      • Methods inherited from class javax.faces.event.BehaviorEvent

        getBehavior
      • Methods inherited from class javax.faces.event.FacesEvent

        getComponent, getFacesContext, getPhaseId, queue, setPhaseId
      • 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

      • SpeedTestEvent

        public SpeedTestEvent​(javax.faces.component.UIComponent component,
                              javax.faces.component.behavior.Behavior behavior,
                              java.lang.Double _PingTimeMS,
                              java.lang.Double _JitterTimeMS,
                              java.lang.Double _SpeedMbpsDownload,
                              java.lang.Double _SpeedMbpsUpload)
    • Method Detail

      • getPingTimeMS

        public final java.lang.Double getPingTimeMS()
      • getJitterTimeMS

        public final java.lang.Double getJitterTimeMS()
      • getSpeedMbpsDownload

        public final java.lang.Double getSpeedMbpsDownload()
      • getSpeedMbpsUpload

        public final java.lang.Double getSpeedMbpsUpload()