ch.claudio.pen
Class EventDump

java.lang.Object
  extended by ch.claudio.pen.EventDump
All Implemented Interfaces:
PenListener

public class EventDump
extends java.lang.Object
implements PenListener

PenListener which just prints the event data to stout.

Version:
$Id: EventDump.java 23 2006-07-10 23:44:17Z $
Author:
Claudio Nieder

Constructor Summary
EventDump()
           
 
Method Summary
 void event(InkDot dot)
           
static void main(java.lang.String[] args)
          Print license.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ch.claudio.pen.PenListener
inkEvent
 

Constructor Detail

EventDump

public EventDump()
Method Detail

event

public void event(InkDot dot)
See Also:
ch.claudio.pen.PenListener#event(InkDot)

main

public static void main(java.lang.String[] args)
Print license.

Parameters:
args - ignored