org.norvelle.textcite.gui.event
Interface ValueSignalReceiver

All Known Implementing Classes:
BookDialog, BookOutlineDialog, CitationDialog

public interface ValueSignalReceiver

ValueSignalListener This interface indicates that the associated object can receive signals indicating a change in value in the object listened to (typically a dialog box)

Author:
Erik Norvelle

Method Summary
 void receiveValueSignal(java.lang.Object value)
           
 

Method Detail

receiveValueSignal

void receiveValueSignal(java.lang.Object value)