Package org.smallmind.claxon.registry
Class PullEmitter<T>
- java.lang.Object
-
- org.smallmind.claxon.registry.PullEmitter<T>
-
-
Constructor Summary
Constructors Constructor Description PullEmitter()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Temit()EmitterMethodgetEmitterMethod()
-
-
-
Method Detail
-
getEmitterMethod
public EmitterMethod getEmitterMethod()
- Specified by:
getEmitterMethodin interfaceEmitter
-
emit
public abstract T emit()
-
-