bibliothek.extension.gui.dock.theme.bubble
Class BubbleDisplayer.Listener

java.lang.Object
  extended by bibliothek.gui.dock.event.DockControllerAdapter
      extended by bibliothek.extension.gui.dock.theme.bubble.BubbleDisplayer.Listener
All Implemented Interfaces:
DockControllerListener, DockRegisterListener, DockRelocatorListener
Enclosing class:
BubbleDisplayer

private class BubbleDisplayer.Listener
extends DockControllerAdapter

A listener to the controller, reacting when the focused Dockable has changed.

Author:
Benjamin Sigg

Constructor Summary
private BubbleDisplayer.Listener()
           
 
Method Summary
 void dockableFocused(DockController controller, Dockable dockable)
          Invoked when dockable has gained the focus.
 
Methods inherited from class bibliothek.gui.dock.event.DockControllerAdapter
dockableDrag, dockablePut, dockableRegistered, dockableRegistering, dockableUnregistered, dockStationRegistered, dockStationRegistering, dockStationUnregistered, titleBinded, titleUnbinded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BubbleDisplayer.Listener

private BubbleDisplayer.Listener()
Method Detail

dockableFocused

public void dockableFocused(DockController controller,
                            Dockable dockable)
Description copied from interface: DockControllerListener
Invoked when dockable has gained the focus.

Specified by:
dockableFocused in interface DockControllerListener
Overrides:
dockableFocused in class DockControllerAdapter
Parameters:
controller - the origin of the event
dockable - the Dockable which is now focused