|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MimePlugin
Interface for defining MimePlugins
Method Summary | |
---|---|
void |
close()
close is called before the application is closed and with only the FileConnector available to handle events |
java.lang.String |
getDescription()
get description for this plugin, used as tooltip |
java.lang.String |
getShortTitle()
get short title on which this plugin is known |
boolean |
isActionSupported(java.lang.String mime,
int eventID)
check if the plugin supports the particular eventID for this MimeType |
void |
open()
open is called after instantiation and before using the plugin |
Methods inherited from interface org.brains2b.coffee.event.CoffeeExchange |
---|
setCurrentMessage |
Method Detail |
---|
boolean isActionSupported(java.lang.String mime, int eventID)
mime
- String, the name of the mime-typeeventID
- int, the CoffeeEvent id to support
java.lang.String getShortTitle()
void open()
MimeHandler
void close()
FileConnector
available to handle events
MimeHandler
java.lang.String getDescription()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |