RSE
Release 3.4

org.eclipse.rse.core.events
Interface ISystemModelChangeEvent


public interface ISystemModelChangeEvent

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


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.
 

Method Detail

getEventType

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

See Also:
ISystemModelChangeEvents

getResourceType

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

See Also:
ISystemModelChangeEvents

getResource

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


getOldName

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


RSE
Release 3.4

Copyright (c) IBM Corporation and others 2000, 2012. All Rights Reserved.