Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jpicedt.graphic.event
Interface SelectionListener  view SelectionListener download SelectionListener.java

All Superinterfaces:
java.util.EventListener

public interface SelectionListener
extends java.util.EventListener

Interface for an observer to receive notifications of changes made to a SelectionHandler


Method Summary
 void selectionUpdate(SelectionEvent e)
          called when the content of the selection changed
 

Method Detail

selectionUpdate

public void selectionUpdate(SelectionEvent e)
called when the content of the selection changed