org.freehep.swing.graphics
Interface GraphicalSelectionListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AbstractPanelArtist

public interface GraphicalSelectionListener
extends EventListener

This listener interface is intended for objects which wish to be notified of specific graphical selections made by the user. The "graphical selection" is a general term which should be made appropriately concrete by subclasses of GraphicalSelectionEvent and of GraphicalSelectionPanel.

Version:
$Id: GraphicalSelectionListener.java 8584 2006-08-10 23:06:37Z duns $
Author:
$Author: duns $

Method Summary
 void graphicalSelectionMade(GraphicalSelectionEvent gsEvent)
          Called when the user makes a graphical selection.
 

Method Detail

graphicalSelectionMade

void graphicalSelectionMade(GraphicalSelectionEvent gsEvent)
Called when the user makes a graphical selection. The graphical selection is an abstract idea which should be make specific by subclasses of the GraphicalSelectionEvent and of GraphicalSelectionPanel.



Copyright © 2000-2007 FreeHEP. All Rights Reserved.