|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.util.EventObject
com.zion.jbuddy.conference.ConferenceEvent
public class ConferenceEvent
Provides access to conference event properties. Instances of this class are passed to conference listener methods.
Property methods provide links to the listener methods which use them.
IConference,
IConferenceListener,
ConferenceAdapter,
Serialized Form| Method Summary | |
|---|---|
IBuddy |
getBuddy()
Returns the buddy. |
IConference |
getConference()
Returns the conference. |
String |
getDeclineMessage()
Returns the message the user sent when declining our invitation. |
Exception |
getException()
Returns the exception that occurred. |
IMessage |
getMessage()
Returns the message. |
String |
toString()
Returns a string representation of this event. |
| 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 IConference getConference()
Every conference event has an associated conference.
public IBuddy getBuddy()
IConferenceListener.declined(com.zion.jbuddy.conference.ConferenceEvent),
IConferenceListener.incomingBuddy(com.zion.jbuddy.conference.ConferenceEvent),
IConferenceListener.incomingMessage(com.zion.jbuddy.conference.ConferenceEvent)public String getDeclineMessage()
Valid for JABBER, YIM.
IConferenceListener.declined(com.zion.jbuddy.conference.ConferenceEvent)public Exception getException()
IConferenceListener.lostConnection(com.zion.jbuddy.conference.ConferenceEvent)public IMessage getMessage()
IConferenceListener.adminMessage(com.zion.jbuddy.conference.ConferenceEvent),
IConferenceListener.incomingMessage(com.zion.jbuddy.conference.ConferenceEvent)public String toString()
toString in class EventObject
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||