org.eclipse.tigerstripe.workbench.plugins
Interface IPluggablePluginPropertyListener


public interface IPluggablePluginPropertyListener

This interface is to be implemented by classes that need to persist changes made to IPluggablePluginProperties when they are rendered.

Since:
1.2
Author:
Eric Dillon

Method Summary
 void storeProperty(IPluginProperty property, java.lang.Object value)
          Stores the current value of the IPluggablePluginProperty
 

Method Detail

storeProperty

void storeProperty(IPluginProperty property,
                   java.lang.Object value)
                   throws TigerstripeException
Stores the current value of the IPluggablePluginProperty

Parameters:
property -
value -
Throws:
TigerstripeException - if the operation failed