Phidgets
Interface _IPhidgetWeightSensorEvents

All Superinterfaces:
EventListener
All Known Implementing Classes:
_IPhidgetWeightSensorEventsAdapter

public interface _IPhidgetWeightSensorEvents
extends EventListener


Field Summary
static String event_package
           
static String id_2
           
static String id_3
           
 
Method Summary
 void OnError(_IPhidgetWeightSensorEvents_OnErrorEvent e)
           
 void OnWeightChange(_IPhidgetWeightSensorEvents_OnWeightChangeEvent e)
           
 

Field Detail

id_2

static final String id_2
See Also:
Constant Field Values

id_3

static final String id_3
See Also:
Constant Field Values

event_package

static final String event_package
See Also:
Constant Field Values
Method Detail

OnError

void OnError(_IPhidgetWeightSensorEvents_OnErrorEvent e)

OnWeightChange

void OnWeightChange(_IPhidgetWeightSensorEvents_OnWeightChangeEvent e)