public interface DockControllerRepresentativeListener
DockController, gets informed about
changes in the set of DockElementRepresentatives.| Modifier and Type | Method and Description |
|---|---|
void |
representativeAdded(DockController controller,
DockElementRepresentative representative)
Informs this listener that
representative was added to
controller. |
void |
representativeRemoved(DockController controller,
DockElementRepresentative representative)
Informs this listener that
representative was removed
from controller. |
void representativeAdded(DockController controller, DockElementRepresentative representative)
representative was added to
controller.controller - the source of the eventrepresentative - the element that was addedvoid representativeRemoved(DockController controller, DockElementRepresentative representative)
representative was removed
from controller.controller - the source of the eventrepresentative - the element that was removedCopyright © 2017 Docking Frames. All rights reserved.