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
static final int ADDED
- See Also:
- Constant Field Values
CHANGED
static final int CHANGED
- See Also:
- Constant Field Values
REMOVED
static final int REMOVED
- See Also:
- Constant Field Values
getTaglibRecord
ITaglibRecord getTaglibRecord()
- Returns:
- the record that was changed
getType
int getType()
- Returns:
- the type of change, one of ADDED, CHANGED, or REMOVED