Package org.primefaces.extensions.event
Class SpeedTestEvent
- java.lang.Object
-
- java.util.EventObject
-
- javax.faces.event.FacesEvent
-
- javax.faces.event.BehaviorEvent
-
- javax.faces.event.AjaxBehaviorEvent
-
- org.primefaces.event.AbstractAjaxBehaviorEvent
-
- org.primefaces.extensions.event.SpeedTestEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class SpeedTestEvent extends org.primefaces.event.AbstractAjaxBehaviorEventEvent which is triggered by theSpeedtestcomponent 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.StringNAME
-
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.DoublegetJitterTimeMS()java.lang.DoublegetPingTimeMS()java.lang.DoublegetSpeedMbpsDownload()java.lang.DoublegetSpeedMbpsUpload()-
Methods inherited from class org.primefaces.event.AbstractAjaxBehaviorEvent
isAppropriateListener, processListener
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-