com.infomatiq.jsi
Interface IntProcedure


public interface IntProcedure

Interface that defines a procedure to be executed, that takes an int parameter

Version:
1.0b1
Author:
aled.morris@infomatiq.co.uk

Method Summary
 boolean execute(int id)
           
 

Method Detail

execute

public boolean execute(int id)
Parameters:
id - integer value
Returns:
flag to indicate whether to continue executing the procedure. Return true to continue executing, or false to prevent any more calls to this method.