Paul Tetley wrote:
>
> On Wednesday, April 25, 2001, at 08:55 PM, Berin Loritsch wrote:
> >
> > I propose:
> >
> > Interruptible -> Pausable (Pause on the tape recorder has the
> > right connotations)
> > Executable -> Performable (I can't think of anything better)
Ok, on further inspection, I found that it is an acceptable pattern
to use an interface named Suspendable that has both suspend and
resume methods. So I propose we drop Resumable, and alter
Suspendable to look like this:
public interface Suspendable
{
void suspend();
void resume();
}
If I have no objections, I will do that tomorrow.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]