eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'WindowEvent::MessageSendEvent':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: MessageSendEvent (private in WindowEvent

This class is only visible from within WindowEvent.

Inheritance:

   Object
   |
   +--Message
      |
      +--MessageSend
         |
         +--Event
            |
            +--WindowEvent
               |
               +--WindowEvent::MessageSendEvent

Package:
stx:libview
Category:
Interface-Support-UI
Owner:
WindowEvent
Author:
cg

Description:


documentation to be added.

class:
    <a short class summary here, describing what instances represent>

responsibilities:    
    <describing what my main role is>

collaborators:    
    <describing with whom and how I talk to>

API:
    <public api and main messages>
    
example:
    <a one-line examples on how to use - can also be in a separate example method>

implementation:
    <implementation points>


[instance variables:]

[class variables:]


Related information:



Class protocol:

instance creation-basic
o  for: aView type: aSymbol
create and return a new windowEvent for sending
aSymbol-message with no arguments to aView

o  for: aView type: aSymbol arguments: argArray
create and return a new windowEvent for sending
aSymbol-message with arguments to aView


Instance protocol:

accessing
o  generatedBy

o  rememberSender
possibly (i.e if Debug is true) remember the context where the message was generated.
Somewhat heuristicly skip uninterresting contexts.

blocked
o  view

testing
o  isMessageSendEvent
return true, if this event is a general messageSend event



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 08:20:35 GMT