org.norvelle.textcite.model
Interface ClipboardHostable

All Known Implementing Classes:
BookOutlineItem, Category

public interface ClipboardHostable

Indicates that a given TextCite Object can be hosted on the clipboard. In particular, the Object has to provide a destroy() method, so that when the clipboard is disposed of on exiting the program, or loading a new CiteBook, its hosted items can be properly eliminated.


Method Summary
 void destroy()
           
 

Method Detail

destroy

void destroy()