diff options
author | Sven Gothel <[email protected]> | 2010-06-11 00:14:35 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-06-11 00:14:35 +0200 |
commit | c0ece5ebd634662f99f3217bb749e2c4795f9de6 (patch) | |
tree | ecf5a08e0b62cff0b00137ab2298e70afa846a68 /make/build-newt.xml | |
parent | 856a6e9ff524692bb4e2ac7b2f754bc7fee5f849 (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 'make/build-newt.xml')
0 files changed, 0 insertions, 0 deletions