FreeHEP API
Version current

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,v 1.1 2000/10/20 13:39:06 loomis Exp $
Author:
$Author: loomis $
Source Code:
GraphicalSelectionListener.java

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

Method Detail

graphicalSelectionMade

public 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.


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.