| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Classes that implement this interface may be passed
 to the putMsgfunc method of the LpSolve class.
LpSolve.putMsgfunc(lpsolve.MsgListener, java.lang.Object, int), 
"lp_solve documentation for 'put_msgfunc'"| Method Summary | |
|  void | msgfunc(LpSolve problem,
        java.lang.Object userhandle,
        int msg)This routine is called when a situation specified in the mask parameter of putMsgfunc occurs. | 
| Method Detail | 
public void msgfunc(LpSolve problem,
                    java.lang.Object userhandle,
                    int msg)
             throws LpSolveException
problem - the problem this Listener was defined foruserhandle - the userhandle object that was passed to putMsgfuncmsg - event code why this method was called
LpSolveException| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||