On Wed, 16 Jan 2002 01:01, Stephen McConnell wrote:
> 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);
>   }
>
> BTW, Pete, what's the reason for ApplicationEvent appearing in
> applicationStarted as opposed to applicationStarting ?  I think
> that the application event should be provided as early as possible.

good point. I stuffed up :) It should be in starting()

-- 
Cheers,

Pete

*------------------------------------------------*
| You can't wake a person who is pretending      |
|       to be asleep. -Navajo Proverb.           |
*------------------------------------------------*

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

Reply via email to