Package jpicedt.graphic.event
Interface SelectionListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
DockableAttributesCustomizer,MDIManager.BoardEventHandler
public interface SelectionListener extends java.util.EventListenerInterface for an observer to receive notifications of changes made to a SelectionHandler- Since:
- jpicedt 1.3.2
- Version:
- $Id: SelectionListener.java,v 1.5.2.1 2007/09/02 11:56:18 reynal Exp $
- Author:
- Sylvain Reynal
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidselectionUpdate(SelectionEvent e)called when the content of the selection changed
-
-
-
Method Detail
-
selectionUpdate
void selectionUpdate(SelectionEvent e)
called when the content of the selection changed
-
-