ij2x.ui.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 26 Juli 2003
Author:
Mahdi Rawak

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

Method Detail

loadFile

void loadFile(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.