public interface Completable
Modifier and Type | Method and Description |
---|---|
boolean |
isComplete()
Returns true if this object is complete
|
void |
setComplete(boolean complete)
Sets whether or not this object is complete or not
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.