Class RFTrigger

java.lang.Object
org.emrick.project.effect.RFTrigger
All Implemented Interfaces:
TimelineEvent

public class RFTrigger extends Object implements TimelineEvent
  • Field Details

    • count

      int count
    • timestampMillis

      long timestampMillis
    • rfTriggerListener

      public static RFTriggerListener rfTriggerListener
    • title

      String title
    • description

      String description
    • cue

      String cue
  • Constructor Details

    • RFTrigger

      public RFTrigger(int count, long timestampMillis, String title, String description, String cue)
  • Method Details

    • getCount

      public int getCount()
    • setCount

      public void setCount(int count)
    • getTimestampMillis

      public long getTimestampMillis()
    • setTimestampMillis

      public void setTimestampMillis(long timestampMillis)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getCue

      public String getCue()
    • setCue

      public void setCue(String cue)
    • getTimelineWidget

      public JPanel getTimelineWidget()
      Specified by:
      getTimelineWidget in interface TimelineEvent