|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aol.acc.AccBase
com.aol.acc.AccPlugin
public class AccPlugin
The IAccPlugin interface must be implemented by AIM plugins.
| Method Summary | |
|---|---|
void |
init(AccSession session,
AccPluginInfo pluginInfo)
In the call, the application is started and the plugin is being initialized. |
void |
shutdown()
The converse to the Init() call. |
| Methods inherited from class com.aol.acc.AccBase |
|---|
compareHandle, equals |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void init(AccSession session,
AccPluginInfo pluginInfo)
throws AccException
AccException
public void shutdown()
throws AccException
AccException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||