|
||||||||
PREV NEXT | FRAMES NO FRAMES |
myWindow
is initialized, adds u
to its set
of buddies by calling
myWindow.addBuddy(u)
.
Enter
key event on this window.
u
from the set of all logged-in users.
MsgWindow
for this user and saves
a reference to it in myWindow
.
server.logout(this)
.
myWindow
is initialized, shows the received message by calling
myWindow.showMessage(text)
.
myWindow
is initialized, removes u
from its set
of buddies by calling
myWindow.removeBuddy(u)
.
screenName
.
|
||||||||
PREV NEXT | FRAMES NO FRAMES |