org.eclipse.jst.jsp.core.taglib
Interface ITaglibIndexListener


public interface ITaglibIndexListener

A listener for changes in the index's records.

This interface is not intended to be implemented by clients.

Since:
1.2

Method Summary
 void indexChanged(ITaglibIndexDelta delta)
          Notifies this listener that a change in the TaglibIndex, described by an ITaglibIndexDelta, has occurred
 

Method Detail

indexChanged

public void indexChanged(ITaglibIndexDelta delta)
Notifies this listener that a change in the TaglibIndex, described by an ITaglibIndexDelta, has occurred

Parameters:
delta - the delta of changes