Class ScheduledAction


  • public class ScheduledAction
    extends java.lang.Object
    A ScheduledAction is used on a ActionSchedule. A ScheduledAction represents a duration of time and action that will occur after the duration
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getDuration()  
      java.lang.String getName()
      Gets the name of the event
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • getDuration

        public final double getDuration()
      • getName

        public final java.lang.String getName()
        Gets the name of the event
        Returns:
        The name of the event
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object