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