Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.symbol
Interface ISymbolSetChangeListener


public interface ISymbolSetChangeListener

Classes which implement this interface provide a method that deals with the events that are generated when the SymbolDefinitionSet 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 symbolSetChanged()
          Sent when the SymbolDefinitionSet is modified.
 

Method Detail

symbolSetChanged

void symbolSetChanged()
Sent when the SymbolDefinitionSet is modified.


Mobile Tools for Java
Release 1.0