Parkinson Disease Database

tablet
Interface TabletListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
CaptureFrame

public interface TabletListener
extends java.util.EventListener

Interface that must implement class which wants to receive tablet packets

Copyright: Copyright (c) 2005 Miroslav Skrbek, Jan Dolezel

Company: ÈVUT FEL, Prague


Method Summary
 void onTabletPacket(TabletPoint packet)
          method is called after tablet produces new packet
 void onTimeout()
           
 

Method Detail

onTabletPacket

void onTabletPacket(TabletPoint packet)
method is called after tablet produces new packet

Parameters:
packet - new tablet point

onTimeout

void onTimeout()

Parkinson Disease Database