com.missiondata.oss.lakeshore
Class MethodCaller

java.lang.Object
  extended bycom.missiondata.oss.lakeshore.MethodCaller
All Implemented Interfaces:
CallBack

public class MethodCaller
extends java.lang.Object
implements CallBack


Constructor Summary
MethodCaller(java.lang.Object model, java.lang.String method)
           
 
Method Summary
 void execute(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodCaller

public MethodCaller(java.lang.Object model,
                    java.lang.String method)
Method Detail

execute

public void execute(java.lang.String value)
Specified by:
execute in interface CallBack