org.brains2b.coffee.plugin
Interface CoffeeExchangeView

All Superinterfaces:
CoffeeExchange
All Known Subinterfaces:
CfOptionView
All Known Implementing Classes:
BinaryOptions, CfBinarySend, CfCoffeeList, CfEditHeaderPane, CfEditMessage, CfFrame, CfIdentity, CfMessagePane, CfOptions, CfQueView, CfServer, CfServerPane, NzbGuiPanel

public interface CoffeeExchangeView
extends CoffeeExchange

[Short description] [Long description]

Version:
[version] [lastrevisiondate]
Author:
dennis@brains2b.nl

Method Summary
 void activate()
           
 void addFocusListener(java.awt.event.FocusListener f)
           
 void deactivate()
           
 void fireCoffeeEvent(CoffeeExchange source, int action, java.lang.Object argument)
           
 javax.swing.JMenu[] getMenus()
           
 boolean isVisible()
           
 void removeFocusListener(java.awt.event.FocusListener f)
           
 
Methods inherited from interface org.brains2b.coffee.event.CoffeeExchange
setCurrentMessage
 

Method Detail

fireCoffeeEvent

public void fireCoffeeEvent(CoffeeExchange source,
                            int action,
                            java.lang.Object argument)

getMenus

public javax.swing.JMenu[] getMenus()

activate

public void activate()

deactivate

public void deactivate()

isVisible

public boolean isVisible()

addFocusListener

public void addFocusListener(java.awt.event.FocusListener f)

removeFocusListener

public void removeFocusListener(java.awt.event.FocusListener f)