public interface Aspect {
    void setContainer(Container c);
}

public interface Container {
    void addContainerServicesListener(ContainerServicesListener l);
}


Something like the java.beans.context package?  Registered aspects can
peruse or register to be notified of particular containment services?


----- Original Message ----- 
From: "Leo Sutic" <[EMAIL PROTECTED]>
To: "'Avalon Developers List'" <[EMAIL PROTECTED]>
Sent: Tuesday, March 09, 2004 7:37 AM
Subject: RE: State of the Aspect


>
>
> > From: Alex Karasulu [mailto:[EMAIL PROTECTED]
> >
> > Monitoring occurs out of the box using a
> > do nothing monitor adapter setup by default in the aspect
> > until another more interesting monitor is set.
>
> ***That is the way.*** All dependencies are optional, but
> you can provide a sophisticated implementation if you want to
> via an aspect.
>
> /LS
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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

Reply via email to