com.timeindexing.event
Interface IndexAddEventListener

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

public interface IndexAddEventListener
extends java.util.EventListener

An Index Add Event, which is used when an IndexItem is added to an Index.


Method Summary
 void itemAdded(IndexAddEvent iae)
          A notification that an IndexItem has been added to an Index.
 

Method Detail

itemAdded

public void itemAdded(IndexAddEvent iae)
A notification that an IndexItem has been added to an Index.