com.vlsolutions.swing.docking.event

Interface DockableSelectionListener

public interface DockableSelectionListener

This interface describes a listener for dockable selection changes.

The notification is currently based on keyboard focus policy (the event is triggered when a new dockable grabs the keyboard focus).

Since:
2.0
See Also:
DockableSelectionEvent, DockingDesktop.addDockableSelectionListener(DockableSelectionListener)

Method Summary

void
selectionChanged(DockableSelectionEvent e)
This method is invoked when a new dockable is selected.

Method Details

selectionChanged

public void selectionChanged(DockableSelectionEvent e)
This method is invoked when a new dockable is selected.

© Copyright 2004-2006 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications