Package org.emrick.project.effect
Class RFTrigger
java.lang.Object
org.emrick.project.effect.RFTrigger
- All Implemented Interfaces:
TimelineEvent
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
(package private) String
(package private) String
static RFTriggerListener
(package private) long
(package private) String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getCount()
getCue()
long
getTitle()
void
setCount
(int count) void
void
setDescription
(String description) void
setTimestampMillis
(long timestampMillis) void
-
Field Details
-
Constructor Details
-
RFTrigger
-
-
Method Details
-
getCount
public int getCount() -
setCount
public void setCount(int count) -
getTimestampMillis
public long getTimestampMillis() -
setTimestampMillis
public void setTimestampMillis(long timestampMillis) -
getTitle
-
setTitle
-
getDescription
-
setDescription
-
getCue
-
setCue
-
getTimelineWidget
- Specified by:
getTimelineWidget
in interfaceTimelineEvent
-