next up previous
Next: How to Use the Up: No Title Previous: Description of the Problem

The Current System

The current system's source can be found in your team's directory on Dogbert, in the implicitinvocation directory. It is decomposed into the following modules:

The following events are available in the provided system:

The events marked (*) are currently announced, but no component subscribes to them. As such, data may be added to these events to carry additional information if necessary; the unmarked events may not be changed.

In addition, the following module will create the event bindings and activate the user interface:

As usual, the adapter serves to connect the user interface to the implementation. For this system, the adapter translates user interface requests into event announcements.

To complete your solution, you should only add or modify event registrations to the modules above, add any necessary new modules, and make changes to CreateBindings to use the new modules. You may change the data associated with the events marked (*) above, but may not change when they are announced by existing components. Do not make any other changes to the provided modules



 
next up previous
Next: How to Use the Up: No Title Previous: Description of the Problem
Tom Conversion Service