Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.synaptics.elvis
Class Elvis.StatusListener  view Elvis.StatusListener download Elvis.StatusListener.java

java.lang.Object
  extended bycom.synaptics.elvis.Elvis.StatusListener
All Implemented Interfaces:
java.util.EventListener, java.beans.PropertyChangeListener
Enclosing class:
Elvis

private class Elvis.StatusListener
extends java.lang.Object
implements java.beans.PropertyChangeListener

This is used to monitor the status of the ElvisComm, and adjust the feedback string as necessary (among other possible, not yet implemented, actions.


Field Summary
private  ElvisComm listener
           
 
Constructor Summary
Elvis.StatusListener(ElvisComm listener)
           
 
Method Summary
 void propertyChange(java.beans.PropertyChangeEvent propertyChangeEvent)
          Fired after a Bean's property has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listener

private ElvisComm listener
Constructor Detail

Elvis.StatusListener

public Elvis.StatusListener(ElvisComm listener)
Method Detail

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent propertyChangeEvent)
Description copied from interface: java.beans.PropertyChangeListener
Fired after a Bean's property has changed.

Specified by:
propertyChange in interface java.beans.PropertyChangeListener