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
- See Also:
- Constant Field Values
CHANGED
public static final int CHANGED
- See Also:
- Constant Field Values
REMOVED
public static final int REMOVED
- See Also:
- Constant Field Values
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