eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HandlerCollection':

Home

everywhere
www.exept.de
for:
[back]

Class: HandlerCollection


Inheritance:

   Object
   |
   +--Collection
      |
      +--SequenceableCollection
         |
         +--OrderedCollection
            |
            +--HandlerCollection

Package:
stx:libbasic2
Category:
Kernel-Exceptions
Version:
rev: ? date: ? ?
user: ?
file: ? directory: libbasic2
module: stx stc-classLibrary: libbasic2

Description:


A HandlerCollection allows a group of unrelated signals to be handled
by individual handlers - their evaluation is equivalent to a corresponding
number of nested signal handlers, but somwehat easier to program.
In the real world, handlerCollections are seldom needed and actually currently
not used by the system.


Instance protocol:

adding
o  on: aSignal handle: aHandler
add a signal<->handler pair to the receiver collection



ST/X 6.1.1; WebServer 1.620 at exept:8081; Wed, 23 May 2012 19:13:37 GMT