Overview  Package   Class  Tree  Index 

be.lassi.cues
Interface CueListener

All Known Implementing Classes:
DefaultCueListener

public interface CueListener

Defines actions to be done when Cue object attributes change. The default is to do nothing...


Method Summary
 void currentChanged(Cue cue)
          Action performed after the Cue 'current' attribute has changed.
 void descriptionChanged(Cue cue)
           
 void numberChanged(Cue cue)
          Action performed after the Cue 'number' attribute has changed.
 void selectedChanged(Cue cue)
          Action performed after the Cue 'selected' attribute has changed.
 

Method Detail

currentChanged

void currentChanged(Cue cue)
Action performed after the Cue 'current' attribute has changed.

Parameters:
cue -

descriptionChanged

void descriptionChanged(Cue cue)

numberChanged

void numberChanged(Cue cue)
Action performed after the Cue 'number' attribute has changed.

Parameters:
cue -

selectedChanged

void selectedChanged(Cue cue)
Action performed after the Cue 'selected' attribute has changed.

Parameters:
cue -

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2