|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IResolveChangeEvent
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 |
IResolveChangeEvent.Type
|
Method Summary | |
---|---|
IResolveDelta |
getDelta()
Returns a delta, rooted at the catalog, describing the set of changes that happened to resources in the workspace. |
IResolve |
getResolve()
Returns the handle in question. |
java.lang.Object |
getSource()
Returns an object identifying the source of this event. |
IResolveChangeEvent.Type |
getType()
Returns the type of event being reported. |
Method Detail |
---|
IResolveDelta getDelta()
null
if not applicable to this type of
event.
null
if not applicableIResolve getResolve()
null
if not applicable to this type of
event.
null
if not applicablejava.lang.Object getSource()
EventObject
IResolveChangeEvent.Type getType()
#POST_CHANGE
,
#PRE_CLOSE
,
#PRE_DELETE
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |