edu.iastate.jrelm.core
Class SimpleFeedback<O>

java.lang.Object
  extended by edu.iastate.jrelm.core.SimpleFeedback<O>
Type Parameters:
O -
All Implemented Interfaces:
Feedback<O>

public class SimpleFeedback<O>
extends java.lang.Object
implements Feedback<O>

Simple implementation of the Feedback interface. Just acts as a wrapper to allow other types to be used as Feedback .

Author:
Charles Gieseler

Constructor Summary
SimpleFeedback(O value)
           
 
Method Summary
 O getValue()
          Retrieve the
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleFeedback

public SimpleFeedback(O value)
Method Detail

getValue

public O getValue()
Description copied from interface: Feedback
Retrieve the

Specified by:
getValue in interface Feedback<O>
Returns: