|
Trull | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.luc.cs.trull.EmptyComponent
edu.luc.cs.trull.Nil
public class Nil
A basic component does nothing but never terminates. Only one instance of this component is required.
| Field Summary | |
|---|---|
private static Nil |
INSTANCE
The instance of this component. |
| Constructor Summary | |
|---|---|
protected |
Nil()
Sole constructor. |
| Method Summary | |
|---|---|
static Nil |
getInstance()
Returns the sole instance of this component. |
| Methods inherited from class edu.luc.cs.trull.EmptyComponent |
|---|
addPropertyChangeListener, getPropertyChangeListeners, getTerminationListener, propertyChange, removePropertyChangeListener, resume, setTerminationListener, start, stop, suspend |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final Nil INSTANCE
| Constructor Detail |
|---|
protected Nil()
| Method Detail |
|---|
public static Nil getInstance()
|
Trull | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||