RSE
Release 3.2

Uses of Interface
org.eclipse.rse.core.events.ISystemRemoteChangeEvent

Packages that use ISystemRemoteChangeEvent
org.eclipse.rse.core.events   
org.eclipse.rse.core.model   
org.eclipse.rse.ui.view   
 

Uses of ISystemRemoteChangeEvent in org.eclipse.rse.core.events
 

Classes in org.eclipse.rse.core.events that implement ISystemRemoteChangeEvent
 class SystemRemoteChangeEvent
          For listeners interested in changes with remote resources.
 

Methods in org.eclipse.rse.core.events with parameters of type ISystemRemoteChangeEvent
 void ISystemRemoteChangeListener.systemRemoteResourceChanged(ISystemRemoteChangeEvent event)
          This method will be called when a remote resource changes.
 

Uses of ISystemRemoteChangeEvent in org.eclipse.rse.core.model
 

Methods in org.eclipse.rse.core.model with parameters of type ISystemRemoteChangeEvent
 void ISystemRegistry.fireEvent(ISystemRemoteChangeEvent event)
          Notify all listeners of a change to a remote resource such as a file.
 void ISystemRegistry.fireEvent(ISystemRemoteChangeListener l, ISystemRemoteChangeEvent event)
          Notify a specific listener of a change to a remote resource such as a file.
 

Uses of ISystemRemoteChangeEvent in org.eclipse.rse.ui.view
 

Methods in org.eclipse.rse.ui.view with parameters of type ISystemRemoteChangeEvent
 void SystemTableView.systemRemoteResourceChanged(ISystemRemoteChangeEvent event)
          This is the method in your class that will be called when a remote resource changes.
 


RSE
Release 3.2

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