Interface DmxModelerControllerListener
-
- All Known Implementing Classes:
DmxModelerController
public interface DmxModelerControllerListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcloseView(DmxSceneryModel dmxSceneryModel)voidopenView(DmxScenery dmxScenery)voidportConfigChanged(org.bidib.wizard.model.ports.Port<?> port)The config of the port has changed.
-
-
-
Method Detail
-
openView
void openView(DmxScenery dmxScenery)
- Parameters:
dmxScenery- the DMX scenery to open
-
closeView
void closeView(DmxSceneryModel dmxSceneryModel)
- Parameters:
dmxSceneryModel- the view associated with the provided DMX scenery to close
-
portConfigChanged
void portConfigChanged(org.bidib.wizard.model.ports.Port<?> port)
The config of the port has changed.- Parameters:
port- the port
-
-