be.lassi.context
Interface ShowContextListener
- All Known Implementing Classes:
- AudioFrame, BasicFrame, Bcf2000Frame, Browser, ClockFrame, ColorListFrame, ColorWheelFrame, CueListFrame, DmxInMonitorFrame, DmxOutMonitorFrame, FixtureListFrame, FixturesMonitorFrame, GroupsFrame, IOMonitorFrame, LassiLogFrame, LcEditLogFrame, LibraryFrame, LogFrame, MainFrame, MidiControlFrame, MixerMonitorFrame, MonitorFrame, NotImplementedFrame, OldCueListFrame, Patch, PatchChannelTableModel, PatchDetailTableModel, Patcher, PatchFrame, PreferencesFrame, RunnerFrame, SheetFrame, SheetPresentationModel, SheetTableModel, SheetTableModelDetails, SheetTableModelHeaders, ShowFixturesFrame, SimpleFrame, SynchronizerFrame
public interface ShowContextListener
Listens to show changes in the show context. Performs the
necessary finalization actions on the old show before removing it
(for example: removes any listeners on elements of the old show),
and performs the necessary initialization actions on the new
show (for example: adds listeners on elements of the new show).
Method Summary |
void |
postShowChange()
Performs the activities that have to be carried out on
the new show after a show change. |
void |
preShowChange()
Performs the activities that have to be carried out on the
old show before a show change. |
postShowChange
void postShowChange()
- Performs the activities that have to be carried out on
the new show after a show change.
preShowChange
void preShowChange()
- Performs the activities that have to be carried out on the
old show before a show change.