com.timeindexing.event
Interface IndexPrimaryEventListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
FlashStreamDownloadServlet, MP3DownloadServlet, MP3StreamServlet, MPEGDownloadServlet, OctetStreamDownloadServlet, SecurityCodeServlet, SelectServlet, TimeIndexFactory

public interface IndexPrimaryEventListener
extends java.util.EventListener

An Index Primary Event Listener, which is used at primary moments. These include: open , close, commit, create.


Method Summary
 void closed(IndexPrimaryEvent ipe)
          A notification that an Index has been closed.
 void committed(IndexPrimaryEvent ipe)
          A notification that an Index has been committed.
 void created(IndexPrimaryEvent ipe)
          A notification that an Index has been created.
 void opened(IndexPrimaryEvent ipe)
          A notification that an Index has been opened.
 void viewAdded(IndexPrimaryEvent ipe)
          A notification that a view has been added to an Index.
 void viewRemoved(IndexPrimaryEvent ipe)
          A notification that a view has been removed to an Index.
 

Method Detail

opened

void opened(IndexPrimaryEvent ipe)
A notification that an Index has been opened.


closed

void closed(IndexPrimaryEvent ipe)
A notification that an Index has been closed.


committed

void committed(IndexPrimaryEvent ipe)
A notification that an Index has been committed.


created

void created(IndexPrimaryEvent ipe)
A notification that an Index has been created.


viewAdded

void viewAdded(IndexPrimaryEvent ipe)
A notification that a view has been added to an Index.


viewRemoved

void viewRemoved(IndexPrimaryEvent ipe)
A notification that a view has been removed to an Index.



Timeindexing 2008