Discussion:
Actionscript 3 Event Listener Manager Class (ELM)¶
(too old to reply)
Michael
2010-08-09 11:23:07 UTC
Permalink
Hi,

I just released a new version of ELM,
which is open source.

check it out:
http://code.google.com/p/as3listenermanager/

-michael
Michael
2010-08-14 14:11:51 UTC
Permalink
Hi there again,

today (Aug 14th) I released ELM 1.20 with a new feature called
autoremove.
It simply does what it says, and removes the eventlistener
automatically
when the event (ie MouseEvent.CLICK) is triggered.

I added a Benchmark for ELM to the wiki,
but I could need some help with this.
anyone interested helping out?

check out:
http://code.google.com/p/as3listenermanager/

for the wiki API and stuff:
http://code.google.com/p/as3listenermanager/w/list

-michael
Michael
2010-08-19 13:26:59 UTC
Permalink
Howdy,

today (Aug 19th) I released ELM 1.21
which is about 2% faster and uses 47% less memory.

http://code.google.com/p/as3listenermanager/

-michael
Michael
2010-08-23 21:33:37 UTC
Permalink
just released ELM 1.22 with more optimizations,

http://code.google.com/p/as3listenermanager/

have fun
-michael
Michael
2010-09-06 22:06:01 UTC
Permalink
just released bugfixed ELM 1.23

http://code.google.com/p/as3listenermanager/

have fun
-michael
Michael
2010-11-01 21:11:03 UTC
Permalink
ELM 1.25 RC1 released

new Features:
- protected eventMappings
- logger Interface
- performance++

http://code.google.com/p/as3listenermanager/downloads/list

cheers
-mike

Loading...