RSE
Release 1.0

Uses of Interface
org.eclipse.rse.core.model.ISystemPreferenceChangeEvent

Packages that use ISystemPreferenceChangeEvent
org.eclipse.rse.core.model   
org.eclipse.rse.model   
org.eclipse.rse.ui.view   
 

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

Methods in org.eclipse.rse.core.model with parameters of type ISystemPreferenceChangeEvent
 void ISystemPreferenceChangeListener.systemPreferenceChanged(ISystemPreferenceChangeEvent event)
          This is the method in your class that will be called when a system resource changes.
 

Uses of ISystemPreferenceChangeEvent in org.eclipse.rse.model
 

Methods in org.eclipse.rse.model with parameters of type ISystemPreferenceChangeEvent
 void SystemRegistry.fireEvent(ISystemPreferenceChangeEvent event)
          Notify all listeners of a change to a system preference You would not normally call this as the methods in this class call it when appropriate.
 void SystemRegistry.fireEvent(ISystemPreferenceChangeListener l, ISystemPreferenceChangeEvent event)
          Notify a specific listener of a change to a system preference
 

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

Methods in org.eclipse.rse.ui.view with parameters of type ISystemPreferenceChangeEvent
 void SystemViewPart.systemPreferenceChanged(ISystemPreferenceChangeEvent event)
           
 


RSE
Release 1.0

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