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]>

Reply via email to