Squeak Class Documentation category index | class index  
 
IRCDirectMessagesObserver
  category: Network-IRC Chat
  superclass: Model
  subclasses:

No comment. Sorry.

instance methods
  as yet unclassified
  addToChatText:
chatAreaSelection
chatText
chatTextSelection
initialize:
ircMessageRecieved:
openMorphicView
openView
release
sendMessage:
talkingTo:

class methods
  instance creation
  forConnection:
forConnection:talkingTo:
openForConnection:
openForConnection:talkingTo:

instance methods
  as yet unclassified top  
 

addToChatText:


 

chatAreaSelection


 

chatText


 

chatTextSelection


 

initialize:


 

ircMessageRecieved:


 

openMorphicView

open a view for messages sent here


 

openView


 

release

Remove references to objects that may refer to the receiver. This message
should be overridden by subclasses with any cycles, in which case the
subclass should also include the expression super release.


 

sendMessage:

send a message to the user we are talking to


 

talkingTo:

set who this window is for talking to


class methods
  instance creation top  
 

forConnection:


 

forConnection:talkingTo:


 

openForConnection:


 

openForConnection:talkingTo: