|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICueTransitioner
This interface is used for triggering cue transitions and changes.
| Method Summary | |
|---|---|
void |
cueTransition(float oldCueNumber,
float newCueNumber)
This method will start a transition from the old cue to the new cue. |
void |
goToCue(float cueNumber)
This method will go to the given cue without a transition. |
| Method Detail |
|---|
void cueTransition(float oldCueNumber,
float newCueNumber)
oldCueNumber - The number of the cue to transition away from.newCueNumber - The number of the cue to transition to.void goToCue(float cueNumber)
cueNumber - The number of the cue to go to.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||