RSE
Release 1.0

Uses of Interface
org.eclipse.rse.model.ISystemRemoteChangeEvent

Packages that use ISystemRemoteChangeEvent
org.eclipse.rse.model   
org.eclipse.rse.ui.view   
org.eclipse.rse.ui.view.monitor   
org.eclipse.rse.ui.view.scratchpad   
org.eclipse.rse.ui.view.search   
 

Uses of ISystemRemoteChangeEvent in org.eclipse.rse.model
 

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

Methods in org.eclipse.rse.model with parameters of type ISystemRemoteChangeEvent
 void ISystemRemoteChangeListener.systemRemoteResourceChanged(ISystemRemoteChangeEvent event)
          This is the method in your class that will be called when a remote resource changes.
 void SystemRegistry.fireEvent(ISystemRemoteChangeEvent event)
          Notify all listeners of a change to a remote resource such as a file.
 void SystemRegistry.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 SystemView.systemRemoteResourceChanged(ISystemRemoteChangeEvent event)
          This is the method in your class that will be called when a remote resource changes.
protected  ISubSystem SystemView.getSubSystem(ISystemRemoteChangeEvent event, Object remoteResource, Object remoteParent)
          Deduce the subsystem from the event or remote object
 void SystemTableViewPart.systemRemoteResourceChanged(ISystemRemoteChangeEvent event)
          This is the method in your class that will be called when a remote resource changes.
 void SystemTableTreeView.systemRemoteResourceChanged(ISystemRemoteChangeEvent event)
          This is the method in your class that will be called when a remote resource changes.
 void SystemTableView.systemRemoteResourceChanged(ISystemRemoteChangeEvent event)
          This is the method in your class that will be called when a remote resource changes.
 

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

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

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

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

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

Methods in org.eclipse.rse.ui.view.search with parameters of type ISystemRemoteChangeEvent
 void SystemSearchTableView.systemRemoteResourceChanged(ISystemRemoteChangeEvent event)
           
 


RSE
Release 1.0

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