jrworkspace by
jTEM

de.jtem.jrworkspace.plugin.flavor
Interface StatusFlavor


public interface StatusFlavor

A flavor which enables a plug-in to write a status text to the application

Author:
Stefan Sechelmann

Nested Class Summary
static interface StatusFlavor.StatusChangedListener
          The status listener
 
Method Summary
 void setStatusListener(StatusFlavor.StatusChangedListener scl)
          Sets the status listener of the plug-in that implemens this interface
 

Method Detail

setStatusListener

void setStatusListener(StatusFlavor.StatusChangedListener scl)
Sets the status listener of the plug-in that implemens this interface

Parameters:
scl - the listener

jrworkspace by
jTEM

jTEM