|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DockControllerRepresentativeListener
A listener added to DockController, gets informed about
changes in the set of DockElementRepresentatives.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void representativeAdded(DockController controller,
DockElementRepresentative representative)
representative was added to
controller.
controller - the source of the eventrepresentative - the element that was added
void representativeRemoved(DockController controller,
DockElementRepresentative representative)
representative was removed
from controller.
controller - the source of the eventrepresentative - the element that was removed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||