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

converts IRC messages forwarded to it, into a textual format that may be displayed. Messages may additionally sent *from* it, to a specified target.

instance methods
  as yet unclassified
  chatAreaSelection
chatText
chatTextSelection
connection:channelName:
ircMessageRecieved:
openMorphicView
openView
release
sendMessage:

class methods
  instance creation
  openForChannelNamed:onConnection:

instance methods
  as yet unclassified top  
 

chatAreaSelection

where to put the cursor in the chat area. We'll leave it at the very end so that the most recent mesages are always visible


 

chatText


 

chatTextSelection

where to put the cursor in the chat area. We'll leave it at the very end so that the most recent mesages are always visible


 

connection:channelName:


 

ircMessageRecieved:


 

openMorphicView

open a view for interacting with this collector


 

openView

open a view for interacting with this collector


 

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:


class methods
  instance creation top  
 

openForChannelNamed:onConnection: