Remote Systems
v6.4.1

com.ibm.etools.systems.model
Interface ISystemModelChangeEvent

All Known Implementing Classes:
SystemModelChangeEvent

public interface ISystemModelChangeEvent

A change event passed to you when listening for RSE model changes. Note these are post-events, sent after the fact.


Field Summary
static String copyright
           
 
Method Summary
 int getEventType()
          Get the event type, such as ISystemModelChangeEvents.SYSTEM_RESOURCE_ADDED.
 String getOldName()
          Get the old name of the resource, in the event of a resource rename.
 Object getResource()
          Get the resource that this event applies to
 int getResourceType()
          Get the resource type, such as ISystemModelChangeEvents.SYSTEM_RESOURCETYPE_CONNECTION.
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Method Detail

getEventType

public int getEventType()
Get the event type, such as ISystemModelChangeEvents.SYSTEM_RESOURCE_ADDED.

See Also:
ISystemModelChangeEvents

getResourceType

public int getResourceType()
Get the resource type, such as ISystemModelChangeEvents.SYSTEM_RESOURCETYPE_CONNECTION.

See Also:
ISystemModelChangeEvents

getResource

public Object getResource()
Get the resource that this event applies to


getOldName

public String getOldName()
Get the old name of the resource, in the event of a resource rename. Null for other event types.


Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.