|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.valhalla.jbother.AddBuddyDialog.AddBuddyThread
Actually adds the buddy to the Roster
Constructor Summary | |
AddBuddyDialog.AddBuddyThread(WaitDialog wait,
java.lang.String groupName,
java.lang.String buddyAlias,
java.lang.String buddyId,
AddBuddyDialog dialog)
Default constructor |
Method Summary | |
void |
run()
Called by the enclosing Thread - will attempt to add the buddy to the Roster, and will display an error if it wasn't successfull |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AddBuddyDialog.AddBuddyThread(WaitDialog wait, java.lang.String groupName, java.lang.String buddyAlias, java.lang.String buddyId, AddBuddyDialog dialog)
wait
- the wait dialoggroupName
- the group to usebuddyAlias
- the buddy's aliasbuddyId
- the buddy's JIDdialog
- the AddBuddyDialog that called this threadMethod Detail |
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |