bibliothek.gui.dock.action
Interface ListeningDockAction

All Superinterfaces:
DockAction
All Known Implementing Classes:
CloseAction, FlapDockDirection, FlapDockHoldToggle, ReplaceAction, ScreenFullscreenAction, SplitFullScreenAction

public interface ListeningDockAction
extends DockAction

An action that should receive an event when the DockController of the structure using this action changes.

Author:
Benjamin Sigg

Method Summary
 void setController(DockController controller)
          Called when a new controller has been set.
 
Methods inherited from interface bibliothek.gui.dock.action.DockAction
bind, createView, trigger, unbind
 

Method Detail

setController

void setController(DockController controller)
Called when a new controller has been set.

Parameters:
controller - the new controller