jimmc.roots
Interface TextPopupListener

All Known Implementing Classes:
ScrolledTextWithPopup, ScrolledLayoutWithPopup

public interface TextPopupListener

The listener for TextPopup.


Method Summary
 void processRemove(java.lang.String key)
          Process the Remove From Selection menu command.
 void processSelect(java.lang.String key)
          Proces the Select menu command.
 

Method Detail

processSelect

public void processSelect(java.lang.String key)
Proces the Select menu command.

processRemove

public void processRemove(java.lang.String key)
Process the Remove From Selection menu command.