Package adams.flow.transformer
Interface ProgrammaticTokenListener.TokenListener
-
- Enclosing class:
- ProgrammaticTokenListener
public static interface ProgrammaticTokenListener.TokenListener
Interface for listeners that need to "listen on the wire" of data being processed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
tokenReceived(Token token)
For listening to the token that was received.
-
-
-
Method Detail
-
tokenReceived
void tokenReceived(Token token)
For listening to the token that was received.- Parameters:
token
- the token
-
-