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.


Field Summary
static int ADDED
           
static int CHANGED
           
static int REMOVED
           
 
Method Summary
 ITaglibRecord getTaglibRecord()
           
 int getType()
           
 

Field Detail

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
Method Detail

getTaglibRecord

ITaglibRecord getTaglibRecord()
Returns:
the record that was changed

getType

int getType()
Returns:
the type of change, one of ADDED, CHANGED, or REMOVED