Remote System Explorer DataStore
Release 3.4

org.eclipse.dstore.core.model
Interface IDataStorePreferenceListener

All Known Implementing Classes:
Receiver, ServerReceiver

public interface IDataStorePreferenceListener

Classes that implement this and add themselves to the DataStore preference listeners get called each time a preference is changed.

Since:
3.0

Method Summary
 void preferenceChanged(String property, String value)
          A DataStore preference has changed
 

Method Detail

preferenceChanged

void preferenceChanged(String property,
                       String value)
A DataStore preference has changed

Parameters:
property - the property that has changed
value - the value of the property

Remote System Explorer DataStore
Release 3.4

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