Package bibliothek.gui.dock.common.event
Interface CControlListener
public interface CControlListener
- Author:
- Benjamin Sigg
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled whendockablehas been made public.voidCalled whendockablehas been made invisible.voidCalled whendockablehas been made visible.voidCalled whendockablehas been removed.
-
Method Details
-
added
Called whendockablehas been made public.- Parameters:
control- the callerdockable- the element that is now known
-
removed
Called whendockablehas been removed.- Parameters:
control- the callerdockable- the element that is no longer known
-
opened
Called whendockablehas been made visible.- Parameters:
control- the callerdockable- the element that is now visible- See Also:
-
closed
Called whendockablehas been made invisible.- Parameters:
control- the callerdockable- the element that is no longer visible- See Also:
-