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

public static final int ADDED

CHANGED

public static final int CHANGED

REMOVED

public static final int REMOVED
Method Detail

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