jrworkspace by
jTEM

de.jtem.jrworkspace.plugin.flavor
Interface PropertiesFlavor


public interface PropertiesFlavor

A Plugin that wants to access the methods listed in the PropertiesFlavor.PropertiesListener interface, e.g., a menu entry that allows the user to call these methods, should implement this flavor.

Author:
G. Paul Peters, Dec 14, 2009

Nested Class Summary
static interface PropertiesFlavor.PropertiesListener
          A controller that is aware of the PropertiesFlavor will delegate calls to the appropriate methods.
 
Method Summary
 void setPropertiesListener(PropertiesFlavor.PropertiesListener l)
           
 

Method Detail

setPropertiesListener

void setPropertiesListener(PropertiesFlavor.PropertiesListener l)

jrworkspace by
jTEM

jTEM