org.eclipse.jst.jsp.core.taglib
Interface ITaglibRecordEvent
- public interface ITaglibRecordEvent
Describes changes to the known records within the TaglibIndex.
This interface is not intended to be implemented by clients.
ADDED
public static final int ADDED
CHANGED
public static final int CHANGED
REMOVED
public static final int REMOVED
getTaglibRecord
public ITaglibRecord getTaglibRecord()
- Returns:
- the record that was changed
getType
public int getType()
- Returns:
- the type of change, one of ADDED, CHANGED, or REMOVED