gistoolkit.display
Interface LayerListener

All Known Implementing Classes:
LayerEntryPanel

public interface LayerListener

Allows classes to listen for events from the Layer, such as reading data.


Method Summary
 void recordRead(LayerEvent e)
          Called when the layer has read a record from the database.
 

Method Detail

recordRead

public void recordRead(LayerEvent e)
Called when the layer has read a record from the database.