class IPerson(Interface): (source)
Undocumented
Method | __init__ |
Initialize me. |
Method | getIdleTime |
|
Method | getStatus |
What is my on-line status? |
Method | isOnline |
Am I online right now? |
Method | sendMessage |
Send a message to this person. |