javax.microedition.sensor
Class NXTActiveCondition

java.lang.Object
  extended by javax.microedition.sensor.NXTActiveCondition

public class NXTActiveCondition
extends Object

Represents an active condition on a specific channel associated with a condition listener

Author:
Lawrie Griffiths

Constructor Summary
NXTActiveCondition(NXTChannel channel, Condition condition, ConditionListener conditionListener)
           
 
Method Summary
 NXTChannel getChannel()
           
 Condition getCondition()
           
 ConditionListener getConditionListener()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NXTActiveCondition

public NXTActiveCondition(NXTChannel channel,
                          Condition condition,
                          ConditionListener conditionListener)
Method Detail

getChannel

public NXTChannel getChannel()

getCondition

public Condition getCondition()

getConditionListener

public ConditionListener getConditionListener()