Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.symbol
Interface ISymbolSetRegistryChangeListener


public interface ISymbolSetRegistryChangeListener

Classes which implement this interface provide a method that deals with the events that are generated when the ISymbolSetRegistry is modified.

EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. Please do not use this API without consulting with the MTJ team.

Since:
1.0

Method Summary
 void symbolSetRegistryChanged()
          Sent when the ISymbolSetRegistry is modified.
 

Method Detail

symbolSetRegistryChanged

void symbolSetRegistryChanged()
Sent when the ISymbolSetRegistry is modified.


Mobile Tools for Java
Release 1.0