|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An IChatAddIn is an interface for all chat addins to implement. It provides a means to get the initial app context for the addin and a mechanism to be notified when the addin is unloaded.
Method Summary | |
java.lang.String |
getAuthorInfo()
Returns info on the add-ins author. |
java.lang.String |
getHelp()
Return any information needed to use or set up the addin. |
java.lang.String |
getName()
Returns the addin name. |
java.lang.String |
getPurpose()
Return what the addin does. |
void |
init(IAddInApp context)
called after the addin is created, allows the addin to grab hold of the app context. |
void |
unload()
unload is called just prior to the addin being dumped. |
Method Detail |
public void init(IAddInApp context)
public void unload()
public java.lang.String getName()
public java.lang.String getAuthorInfo()
public java.lang.String getPurpose()
public java.lang.String getHelp()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |