jrworkspace by
jTEM

de.jtem.jrworkspace.plugin.flavor
Interface FrontendFlavor

All Known Implementing Classes:
LookAndFeelSwitch, MenuAggregator

public interface FrontendFlavor

A flavor that enables a plug-in to trigger frontend updates of the hosts graphical user interface

Author:
Stefan Sechelmann

Nested Class Summary
static interface FrontendFlavor.FrontendListener
          The listener
 
Method Summary
 void setFrontendListener(FrontendFlavor.FrontendListener l)
          Sets the FrontendFlavor.FrontendListener of the plug-in
 

Method Detail

setFrontendListener

void setFrontendListener(FrontendFlavor.FrontendListener l)
Sets the FrontendFlavor.FrontendListener of the plug-in

Parameters:
l - the listener

jrworkspace by
jTEM

jTEM