|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Captures changes to the Catalog.
For those familiar with IResourceChangeEvent and IResourceDelta from eclipse development there is one important addition. The constant REPLACE indicates a reaname, or substiution, you will need to replace any references you have to the oldObject with the newObject.
Nested Class Summary | |
static class |
ResolveChangeEvent.Type
|
Method Summary | |
ResolveDelta |
getDelta()
Returns a delta, rooted at the catalog, describing the set of changes that happened to resources in the workspace. |
Resolve |
getResolve()
Returns the handle in question. |
java.lang.Object |
getSource()
Returns an object identifying the source of this event. |
ResolveChangeEvent.Type |
getType()
Returns the type of event being reported. |
Method Detail |
public ResolveDelta getDelta()
null
if not applicable to this type of event.
null
if not applicablepublic Resolve getResolve()
null
if not
applicable to this type of event.
null
if not applicablepublic java.lang.Object getSource()
EventObject
public ResolveChangeEvent.Type getType()
#POST_CHANGE
,
#PRE_CLOSE
,
#PRE_DELETE
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |