Class TimerFiredEvent


  • public class TimerFiredEvent
    extends java.lang.Object
    A named timer has fired.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String name
      Name of the timer.
    • Constructor Summary

      Constructors 
      Constructor Description
      TimerFiredEvent()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • name

        @SerializedName("name")
        public java.lang.String name
        Name of the timer.
    • Constructor Detail

      • TimerFiredEvent

        public TimerFiredEvent()