Package adams.event
Interface TokenListener
-
public interface TokenListenerInterface for classes that listen for tokens arriving in aTokenEventHandler.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocessToken(TokenEvent e)Gets called when a token arrives in aTokenEventHandler.
-
-
-
Method Detail
-
processToken
void processToken(TokenEvent e)
Gets called when a token arrives in aTokenEventHandler.- Parameters:
e- the event
-
-