view
Interface ICueInformationGetter

All Known Subinterfaces:
ILightViewConnector

public interface ICueInformationGetter

This interface defines the methods for receiving cue information.


Method Summary
 String[] getCueNames()
          This method will return an array containing the summaries of all the cues in the current cueset.
 float getHighestCueNumber()
          This method will return the highest cue number in the cueset.
 

Method Detail

getCueNames

String[] getCueNames()
This method will return an array containing the summaries of all the cues in the current cueset.

TODO: This method should be named getCueSummaries();

Returns:
The array containing the cue summary for every cue in the cueset.

getHighestCueNumber

float getHighestCueNumber()
This method will return the highest cue number in the cueset.

Returns:
The highest cue number that currently exists.