I've got two two RobotLegs models that are, by necessity, fairly tightly coupled. What's the best way to send events between them?
For example, I'd like to notify the AppleFarmerModel
each time the AppleTreeModel
dispatches an APPLE_READY
event.