net.agmodel.utilBean
Interface RequestBeanListener

All Superinterfaces:
EventListener
All Known Subinterfaces:
ChizuBrokerListener, ChizuListener, DEMSpatialDataListener, SpatialDataListener, StationDataListener
All Known Implementing Classes:
ChizuPanel, DEMPanel, EventMonitorBean, MapPanel

public interface RequestBeanListener
extends EventListener

General interface for listeners to request bean events.
In particular ensures listeners are notified when requests are first sent - typically this allows components to disable themselves or clear their display.


Method Summary
 void requestSent(EventObject evt)
           
 

Method Detail

requestSent

public void requestSent(EventObject evt)