public interface FrontPanelListener
This interface can be fully implemented by a dedicated class in a front panel project.
| Modifier and Type | Method and Description |
|---|---|
void |
onStart()
Notifies that the front panel is starting.
|
void |
onStop()
Notifies that the front panel is stopping.
|