diff options
author | Sven Gothel <[email protected]> | 2010-06-11 00:12:15 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-06-11 00:12:15 +0200 |
commit | 302f183c4a659be9cedb5b6993ff78e7379d9cad (patch) | |
tree | 466042070d875b15ee99b69e148c4a7025a870f8 /tools/jackpotc/bttf | |
parent | 1d333a771ce0bc7c8594e21d031703f698f06a46 (diff) |
NEWT Add: add<type>Listener(int index, <type>Listener l) ; get<type>Listener(int index) ; NEWTEvent attachments
NEWT Add:
add<type>Listener(int index, <type>Listener l) ;
get<type>Listener(int index) ;
NEWTEvent attachments for listener to listener communication
via object passing. This methodology is similar to the 'Atom'
attachment of native systems.
It is preferred to a 'consume()/isConsumed()' pattern,
since it is less flexible and would 'endanger' system events.
TODO: <type>Listener[] get<type>Listeners() doesn't work and was always buggy.
Diffstat (limited to 'tools/jackpotc/bttf')
0 files changed, 0 insertions, 0 deletions