|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.util.EventObject
com.zion.jbuddy.msn.MsnActivitySessionEvent
public class MsnActivitySessionEvent
Provides access to Activity Session event properties. Instances of this class are passed to IMsnActivitySessionListener methods.
Property methods provide links to the listener methods which use them.
IMsnActivitySessionListener,
Serialized Form| Method Summary | |
|---|---|
String |
getCommand()
Returns the command that was received. |
Exception |
getException()
Returns the exception that occurred. |
IMsnActivitySession |
getSession()
Returns the session associated with this event. |
String |
toString()
|
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public IMsnActivitySession getSession()
Every session event has an associated session.
public String getCommand()
IMsnActivitySessionListener.incomingCommand(com.zion.jbuddy.msn.MsnActivitySessionEvent)public Exception getException()
IMsnActivitySessionListener.lostConnection(com.zion.jbuddy.msn.MsnActivitySessionEvent)public String toString()
toString in class EventObject
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||