|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ecf.example.clients.applications.ChatRobotApplication
public class ChatRobotApplication
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.equinox.app.IApplication |
|---|
EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART |
| Constructor Summary | |
|---|---|
ChatRobotApplication()
|
|
| Method Summary | |
|---|---|
void |
handleMessage(IChatMessage chatMessage)
|
void |
handlePresence(ID fromID,
IPresence presence)
Notification that a presence update has been received |
java.lang.Object |
start(org.eclipse.equinox.app.IApplicationContext context)
|
void |
stop()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChatRobotApplication()
| Method Detail |
|---|
public java.lang.Object start(org.eclipse.equinox.app.IApplicationContext context)
throws java.lang.Exception
start in interface org.eclipse.equinox.app.IApplicationjava.lang.Exceptionpublic void stop()
stop in interface org.eclipse.equinox.app.IApplicationpublic void handleMessage(IChatMessage chatMessage)
handleMessage in interface IMessageReceiver
public void handlePresence(ID fromID,
IPresence presence)
IPresenceListener
handlePresence in interface IPresenceListenerfromID - the ID of the sender of the presence update. Will not be
null.presence - the presence information for the sender. Will not be
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||