gnu.trove
Interface TShortProcedure
public interface TShortProcedure
Interface for procedures with one short paramater.
Created: Mon Nov 5 21:45:49 2001
$Id: PProcedure.template,v 1.1 2006/11/10 23:28:00 robeden Exp $ boolean | execute(short value) - Executes this procedure.
|
execute
public boolean execute(short value)
Executes this procedure. A false return value indicates that
the application executing this procedure should not invoke this
procedure again.
value
- a value of type short
- true if additional invocations of the procedure are
allowed.
GNU Trove is copyright B) 2001-2007 Eric D. Friedman. All Rights Reserved.