Ticket #37 (closed documentation issue: fixed)

Opened 1 year ago

Last modified 6 months ago

Create XJConf configuration for net.stubbles.events

Reported by: mikey Assigned to: mikey
Priority: major Milestone: 0.4.0
Component: EventHandling Version: SVN-trunk
Keywords: Cc:

Description

Currently it is not possible to configure the event handling without writing a large bootstrap file that configures the event dispatcher with the appopriate event listeners. It should be possible to configure the event dispatcher with XML and without writing extra PHP code.

Change History

04/27/07 00:53:17 changed by mikey

  • type changed from defect to enhancement.

05/29/07 23:08:03 changed by mikey

  • milestone changed from 0.2.0 to 0.3.0.

07/02/07 10:46:19 changed by mikey

  • milestone changed from 0.3.0 to 0.4.0.

11/09/07 23:02:02 changed by mikey

  • status changed from new to assigned.

11/12/07 23:32:57 changed by mikey

  • type changed from enhancement to documentation issue.

Implemented with changeset 1035.

However it is not possible to stack event dispatcher instances, this must be done by hand if required. Additionally the callback and the lazy event listener can only handle classes that do not need any arguments to instantiate them.

Documentation about event handlings needs to be updated now.

11/13/07 17:08:51 changed by mikey

  • status changed from assigned to closed.
  • resolution set to fixed.

Documentation updated. See Wiring classes via events.