Public Member Functions | Package Attributes
com.phidgets.event.KeyChangeEvent Class Reference

List of all members.

Public Member Functions

String getKey ()
Dictionary getSource ()
String getValue ()
 KeyChangeEvent (Dictionary source, String key, String value)
String toString ()

Package Attributes

String key
Dictionary source
String value

Detailed Description

This class represents the data for a KeyChangeEvent.

Author:
Dictionarys Inc.

Definition at line 14 of file KeyChangeEvent.java.


Constructor & Destructor Documentation

com.phidgets.event.KeyChangeEvent.KeyChangeEvent ( Dictionary  source,
String  key,
String  value 
) [inline]

Class constructor. This is called internally by the Dictionary library when creating this event.

Parameters:
sourcethe Dictionary object from which this event originated

Definition at line 25 of file KeyChangeEvent.java.


Member Function Documentation

Definition at line 43 of file KeyChangeEvent.java.

Returns the source Dictionary of this event. This is a reference to the Dictionary object from which this event was called. This object can be cast into a specific type of Dictionary object to call specific device calls on it.

Returns:
the event caller

Definition at line 39 of file KeyChangeEvent.java.

Definition at line 48 of file KeyChangeEvent.java.

Returns a string containing information about the event.

Returns:
an informative event string

Definition at line 58 of file KeyChangeEvent.java.


Member Data Documentation

Definition at line 18 of file KeyChangeEvent.java.

Definition at line 16 of file KeyChangeEvent.java.

Definition at line 17 of file KeyChangeEvent.java.


The documentation for this class was generated from the following file:


pedal_monitor
Author(s): Pedro Mendes
autogenerated on Fri Jun 6 2014 18:37:23