Skip to content

Instantly share code, notes, and snippets.

@weierophinney
Created February 6, 2012 22:22
Show Gist options
  • Save weierophinney/1755386 to your computer and use it in GitHub Desktop.
Save weierophinney/1755386 to your computer and use it in GitHub Desktop.

EventManager

 - attach() should allow attaching a ListenerAggregate
 - detach() should allow detaching a ListenerAggregate
 - non-static implementation of StaticEventCollection
    - Determine how this could be injected into every class composing an
      EventManager? and/or those classes that ask for an EventManager?
 - update classes composing an EventManager such that they will set identifers
   when retrieved -- i.e. a setIdentifiers() call prior to returning the
   instance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment