edu.uchsc.ccp.knowtator.event
Interface FastAnnotateListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- Knowtator
public interface FastAnnotateListener
- extends EventListener
fastAnnotateStart
void fastAnnotateStart()
fastAnnotateQuit
void fastAnnotateQuit()
fastAnnotateClsChange
void fastAnnotateClsChange()
fastAnnotateAddCls
void fastAnnotateAddCls(Frame cls)
- Adds the given class to the fast annotate tool bar
- Parameters:
cls
- The class to be added to the tool bar
fastAnnotateRemoveCls
void fastAnnotateRemoveCls(Frame cls)
- Removes the given class from the fast annotate tool bar
- Parameters:
cls
- The class to be removed