I've updated the proposal based on our discussions.
Executable extends Startable and Stoppable, which
have been deprecated. Same goes for Interuptable,
Suspendable and Resumable, respectively.
I think this setup satisfies all concerns in the
best way possible (I'm hoping Pete can live with
the deprecation warnings =).

I haven't renamed Composer yet, and am unsure if it
is neccessary.

I've also added the Command and Commandable interfaces
Berin suggested.

Now we need to update the documentation...

regards,

LSD

<java:sig>
        About LSD  = new PersonalInfo();
        LSD.name("Leo Simons");
        LSD.email("[EMAIL PROTECTED]");
        LSD.URL( [
                http://www.leosimons.com, // personal website
                http://www.atfantasy.com, // fantasy RPG portal
                http://www.the-sign.nl    // web-design company
        ] );
        LSD.quote("Buh!");
        email.setSig((String)LSD);
</java:sig> 

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

Reply via email to