diff -ru avalon-excalibur.0/event/src/java/org/apache/excalibur/event/command/CommandManager.java avalon-excalibur/event/src/java/org/apache/excalibur/event/command/CommandManager.java
--- avalon-excalibur.0/event/src/java/org/apache/excalibur/event/command/CommandManager.java 2003-03-22 15:46:28.000000000 +0300
+++ avalon-excalibur/event/src/java/org/apache/excalibur/event/command/CommandManager.java 2003-05-28 14:09:50.000000000 +0400
@@ -130,6 +130,16 @@
}
/**
+ * Get the Command Queue so that you can enqueue and dequeue commands.
+ *
+ * @return the Sink that feeds the CommandManager
+ */
+ public final Queue getCommandQueue()
+ {
+ return m_queue;
+ }

Already has a getCommandSink() which is the real contract.


--
"You know the world is going crazy when the best
rapper is a white guy, the best golfer is a black guy,
The Swiss hold the America's Cup, France is
accusing the US of arrogance, and Germany doesn't want
to go to war. And the 3 most powerful men in America
are named 'Bush', 'Dick', and 'Colon' (sic)".

-----Chris Rock


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



Reply via email to