Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RSE
Release 3.0

org.eclipse.rse.core.events
Interface ISystemModelChangeEvents


public interface ISystemModelChangeEvents

The event IDs sent when local resources in the RSE model change. You should monitor for these events in your view if you display any of the resource types listed here.

To monitor, implement interface ISystemModelChangeListener and call ISystemRegistry.addSystemModelChangeListener(ISystemModelChangeListener) and in your dispose method, call ISystemRegistry.removeSystemModelChangeListener(ISystemModelChangeListener).

If you are interesting in firing model change events, see ISystemRegistry.fireModelChangeEvent(int, int, Object, String) . These events will typically be signaled in an implementation of ISystemRegistry.


Field Summary
static int SYSTEM_RESOURCE_ADDED
          Event Type: a resource was added
static int SYSTEM_RESOURCE_ALL_RELOADED
          Event Type: all resource were reloaded from the workspace: you need to refresh your viewer!
static int SYSTEM_RESOURCE_CHANGED
          Event Type: a resource was changed
static int SYSTEM_RESOURCE_REMOVED
          Event Type: a resource was removed
static int SYSTEM_RESOURCE_RENAMED
          Event Type: a resource was renamed
static int SYSTEM_RESOURCE_REORDERED
          Event Type: a resource was reordered relative to its siblings
static int SYSTEM_RESOURCETYPE_ALL
          Resource Type: ALL.
static int SYSTEM_RESOURCETYPE_CONNECTION
          Resource Type: connection
static int SYSTEM_RESOURCETYPE_FILTER
          Resource Type: filter
static int SYSTEM_RESOURCETYPE_FILTERPOOL
          Resource Type: filter pool
static int SYSTEM_RESOURCETYPE_FILTERPOOLREF
          Resource Type: filter pool reference.
static int SYSTEM_RESOURCETYPE_PROFILE
          Resource Type: profile
static int SYSTEM_RESOURCETYPE_SUBSYSTEM
          Resource Type: subsystem
 

Field Detail

SYSTEM_RESOURCE_ADDED

static final int SYSTEM_RESOURCE_ADDED
Event Type: a resource was added

See Also:
Constant Field Values

SYSTEM_RESOURCE_REMOVED

static final int SYSTEM_RESOURCE_REMOVED
Event Type: a resource was removed

See Also:
Constant Field Values

SYSTEM_RESOURCE_CHANGED

static final int SYSTEM_RESOURCE_CHANGED
Event Type: a resource was changed

See Also:
Constant Field Values

SYSTEM_RESOURCE_RENAMED

static final int SYSTEM_RESOURCE_RENAMED
Event Type: a resource was renamed

See Also:
Constant Field Values

SYSTEM_RESOURCE_REORDERED

static final int SYSTEM_RESOURCE_REORDERED
Event Type: a resource was reordered relative to its siblings

See Also:
Constant Field Values

SYSTEM_RESOURCE_ALL_RELOADED

static final int SYSTEM_RESOURCE_ALL_RELOADED
Event Type: all resource were reloaded from the workspace: you need to refresh your viewer! This is fired after the user selects the Reload RSE action in the Team view, after recieving files from the repository.

See Also:
Constant Field Values

SYSTEM_RESOURCETYPE_PROFILE

static final int SYSTEM_RESOURCETYPE_PROFILE
Resource Type: profile

See Also:
Constant Field Values

SYSTEM_RESOURCETYPE_CONNECTION

static final int SYSTEM_RESOURCETYPE_CONNECTION
Resource Type: connection

See Also:
Constant Field Values

SYSTEM_RESOURCETYPE_SUBSYSTEM

static final int SYSTEM_RESOURCETYPE_SUBSYSTEM
Resource Type: subsystem

See Also:
Constant Field Values

SYSTEM_RESOURCETYPE_FILTERPOOL

static final int SYSTEM_RESOURCETYPE_FILTERPOOL
Resource Type: filter pool

See Also:
Constant Field Values

SYSTEM_RESOURCETYPE_FILTERPOOLREF

static final int SYSTEM_RESOURCETYPE_FILTERPOOLREF
Resource Type: filter pool reference. These are what subsystems contain... references to filter pools.

See Also:
Constant Field Values

SYSTEM_RESOURCETYPE_FILTER

static final int SYSTEM_RESOURCETYPE_FILTER
Resource Type: filter

See Also:
Constant Field Values

SYSTEM_RESOURCETYPE_ALL

static final int SYSTEM_RESOURCETYPE_ALL
Resource Type: ALL. Used with SYSTEM_RESOURCE_ALL_RELOADED

See Also:
Constant Field Values

RSE
Release 3.0

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire