public interface ControlPanelListener
Modifier and Type | Method and Description |
---|---|
void |
notifySelectionDone(com.b3dgs.lionengine.Rectangle selection)
Notify when selection is done.
|
void |
notifySelectionStarted(com.b3dgs.lionengine.Rectangle selection)
Notify when selection started.
|
void notifySelectionStarted(com.b3dgs.lionengine.Rectangle selection)
selection
- The selection.void notifySelectionDone(com.b3dgs.lionengine.Rectangle selection)
selection
- The selection.Copyright © 2014 Byron 3D Games Studio. All rights reserved.