org.iso.mpeg.mpegj.resource
Class CapabilityInfo

java.lang.Object
  |
  +--org.iso.mpeg.mpegj.resource.CapabilityInfo

public class CapabilityInfo
extends java.lang.Object

This class is used to store information related to dynamic observers.


Constructor Summary
CapabilityInfo(java.util.Observer _observable, long _valueThreshold, boolean _aboveThreshold)
           
 
Method Summary
 boolean verifyCapabilityValue(long value)
          Verify Capability Value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CapabilityInfo

public CapabilityInfo(java.util.Observer _observable,
                      long _valueThreshold,
                      boolean _aboveThreshold)
Method Detail

verifyCapabilityValue

public boolean verifyCapabilityValue(long value)
Verify Capability Value
Parameters:
value - the capability value that has to be verified
Returns:
true is the passed value exceeds the threshold, false otherwise.