> -----Original Message-----
> From: Emperor [mailto:[EMAIL PROTECTED]] 

> Hi,
> 
> What is the QueueElement interface good for? Wouldn't it be 
> better to use Object instead of it in order to allow queuing 
> of final classes and java objects you can't modify?

The QueueElement interface is lifted from Matt Welsh's SandStorm
implementation of the SEDA architecture.  It may not be necessary,
but typically we want to have a message class of some sort that
references the "Objects" we want to enqueue.  It gives them context,
and simplifies the EventHandler implementation.


> I had much to do in the last weeks but I think I'll have the 
> time to release the first version of the async connection 
> manager soon. I need help to reorganize, find typos and 
> integrate to avalon...

Ok.  I need to move the event stuff into the main excalibur
area anyway...


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

Reply via email to