jgDataLoader
Interface CatagoryChangeListener

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

public interface CatagoryChangeListener
extends java.util.EventListener

Objects interested in catagory changes must implement this interface. Upon notification (via the catagoryChanged method) must query the new catagory fromn the global settings object.


Method Summary
 void catagoryChanged(CatagoryChangeEvent e)
           
 

Method Detail

catagoryChanged

public void catagoryChanged(CatagoryChangeEvent e)