Paul:
Actually, I'm kind of coming around to ApplicationListener 
extends BlockListener.  Will probably keep things simpler.
Steve.


> -----Original Message-----
> From: Paul Hammant [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, 15 January, 2002 15:19
> To: Avalon Developers List
> Subject: Re: BlockListener needs more methods
> 
> 
> Stephen,
> 
> >Paul:
> >
> >I would have placed these methods in an ApplicationListener interface
> >that is independent of BlockListener.
> >
> >  ApplicationListener
> >  {
> >     void applicationStarting();
> >     void applicationStarted(ApplicationEvent applicationEvent);
> >     void applicationStopping();
> >     void applicationStopped();
> >     void applicationFailure(Exception causeOfFailure);
> >  }
> >
> 
> Could do. I need something that is both a block and app listener 
> through.  As long as we have this concept.- >
> 
> class MyAppBlockListener implements BlockListener, AppListener {
> }
> 
>  <appNblock-listener class="class" name="name" />
> 
> Regards,
> 
> - Paul
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 

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

Reply via email to