Interface TopHandlerInterface
-
- All Known Subinterfaces:
DefaultHandler
,FunctorHandlerInterface
,LogicBlockHandlerInterface
,LogicBlocksHandlerInterface
- All Known Implementing Classes:
FunctorHandler
,JSONHandler
public interface TopHandlerInterface
Created by Jeff Gaynor
on 7/16/18 at 10:38 AM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
foundComma(String name)
void
reset()
Reset the state of this handler to before the first call.
-
-
-
Method Detail
-
reset
void reset()
Reset the state of this handler to before the first call. This allows the handler to be re-used by other components. be sure to get whatever this handler has accumulated before you call this method.
-
foundComma
void foundComma(String name)
-
-