com.objex.panywhere
Interface SymbolSelectionListener

All Superinterfaces:
java.util.EventListener

public interface SymbolSelectionListener
extends java.util.EventListener

Defines a listener interface with the operations that those objects that are interested in receiving SymbolSelection Events must of necesity implement.


Method Summary
 void symbolSelected(SymbolSelectionEvent symbolSelectionEvent)
          Invoked when a symbol has been clicked or selected from the symbol palette
 

Method Detail

symbolSelected

void symbolSelected(SymbolSelectionEvent symbolSelectionEvent)
Invoked when a symbol has been clicked or selected from the symbol palette