biz.xsoftware.mock.client
Interface JsBehavior


public interface JsBehavior

An implementation of this class must have the


Method Summary
 Object[] clone(Object[] params)
           
 Object runMethod(Object[] params)
          This method will be called in place of the interface method you are expecting to be called.
 

Method Detail

clone

Object[] clone(Object[] params)

runMethod

Object runMethod(Object[] params)
This method will be called in place of the interface method you are expecting to be called. This is where you can add behavior to the mock object.

Parameters:
params -


Copyright © 2000 Dean Hiller All Rights Reserved.
If you would like a shared copyright, contact me at deanhiller@users.sourceforge.net
SourceForge