com.vistech.events
Interface ListSelectListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ImageLoaderJAI

public interface ListSelectListener
extends java.util.EventListener

ListSelectListener interface.

Version:
1.0 21 Jan 1997
Author:
Lawrence Rodrigues

Method Summary
 void load(ListSelectEvent e)
          This method is typically called whenever a list is selected.
 

Method Detail

load

public void load(ListSelectEvent e)
This method is typically called whenever a list is selected. The ListSelectEvent carries the list select event data. This includes the list and the path.
Parameters:
e - the ListSelectEvent.