|
GXPARSE hosted by |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectca.gorman.xml.parse.toolkit.Coroutine_NoCallback<T>
public abstract class Coroutine_NoCallback<T extends Parser>
Base class for invoking Listener methods that do not call
back to the Parser.
| Constructor Summary | |
|---|---|
protected |
Coroutine_NoCallback()
Construct uninitialized instance. |
protected |
Coroutine_NoCallback(T parser)
Construct fully initialized instance. |
| Method Summary | |
|---|---|
T |
getParser()
Get Parser instance. |
void |
setParser(T parser)
Set or reset the Parser instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Coroutine_NoCallback()
Construct uninitialized instance.
protected Coroutine_NoCallback(T parser)
Construct fully initialized instance.
NullPointerException - if any parameter is null| Method Detail |
|---|
public void setParser(T parser)
Set or reset the Parser instance.
NullPointerException - if parameter is nullpublic T getParser()
Get Parser instance.
NullPointerException - if parameter is null
|
GXPARSE download | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||