mapping a signal to an event
it's easy to map a command to an event, like
commandMap.mapEvent(ContextEvent.STARTUP_COMPLETE,
StartupCompleteCommand, ContextEvent, true);
in my case, the only purpose of this command is to dispatch a
signal.
is there a way to map a signal to an event? i do imagine something
like
signalMap.mapEvent(ContextEvent.STARTUP_COMPLETE,
StartupCompleteSignal, myCustomPayload, CustomPayloadType,
true);
Comments are currently closed for this discussion. You can start a new one.
Stray closed this discussion on 12 Feb, 2011 01:00 AM.