> From: Daniel Krieg [mailto:[EMAIL PROTECTED]]
> 
> How does Fortress support the Excalibur Events package in regard to
> Commands.  I see that there is a
> Queue that the AbstractContainer has optional dependencies 
> on, but what
> is the intended use here?
> Is there a CommandManager?  If I am writing a Container class how do I
> configure it to use the 
> Queue...do I need to implement code similar to what 
> CommandManager does
> or can I somehow
> utilize that class?


Currently the CommandQueue is passed in through the Context.
All you have to do is use it.

In the future, the service related things will be moved into
the ServiceManager.  To ease the pain of this minor change,
the service related things will still be available through the
context, but you will get a [WARNING] log message telling you
about the deprecation each time you ask for it from that
location.

Most times, the DefaultContainer will be more than sufficient
for your needs.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to