up: ZUT     index Zimbu documentation

CLASS ZUT.EventConfig @public

summary

     

The configuration for events handled by ZUT.

set<ZUT.EventType>  $active @file 
 
NEW() @file  This constructor is only used internaly.
$listen(type) status @public  Add EventType type to the set of events that ZUT listens on.
 

members (alphabetically)

     

set<ZUT.EventType> $active @file

PROC NEW() @file

     

This constructor is only used internaly.

FUNC $listen(ZUT.EventType type) status @public

     

Add EventType type to the set of events that ZUT listens on.

Returns FAIL for an event that is not supported.

It is only possible to add types, they can't be removed.

license

      Copyright 2014 Bram Moolenaar All Rights Reserved.

      Licensed under the Apache License, Version 2.0. See the LICENSE file or obtain a copy at: http://www.apache.org/licenses/LICENSE-2.0