Send bugs or comments to Bernd Kühl (bernd@informatik.uni-osnabrueck.de)

lolo
Interface Scan.Action

All Known Subinterfaces:
Test.Action
Enclosing class:
Scan

public static interface Scan.Action

Action code for a recognized symbols is represented by Action objects.

Author:
Bernd Kühl (bernd@informatik.uni-osnabrueck.de)
See Also:
Scan.getAction(), Scan.setAction(lolo.Scan.Action), Scan.action

Method Summary
 void action(Scan sender, char[] buffer, int off, int len)
          Called to perform action code for a scanned symbol.
 

Method Detail

action

public void action(Scan sender,
                   char[] buffer,
                   int off,
                   int len)
Called to perform action code for a scanned symbol.
Parameters:
sender - the symbol scanner object as sender of this method.
buffer - the character buffer holding the characters of the symbol.
off - offset into the buffer.
len - number of characters for the symbol.

Send bugs or comments to Bernd Kühl (bernd@informatik.uni-osnabrueck.de)