org.jgap.distr.grid.gp
Interface IClientFeedbackGP
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- MyClientFeedback, NullClientFeedbackGP
public interface IClientFeedbackGP
- extends java.io.Serializable
Interface for the feedback a client receives as a listener.
- Since:
- 3.2
Field Summary |
static java.lang.String |
CVS_REVISION
String containing the CVS revision. |
CVS_REVISION
static final java.lang.String CVS_REVISION
- String containing the CVS revision. Read out via reflection!
- See Also:
- Constant Field Values
setProgressMinimum
void setProgressMinimum(int a_min)
setProgressMaximum
void setProgressMaximum(int a_max)
setProgressValue
void setProgressValue(int a_val)
beginWork
void beginWork()
sendingFragmentRequest
void sendingFragmentRequest(JGAPRequestGP a_req)
receivedFragmentResult
void receivedFragmentResult(JGAPRequestGP a_req,
JGAPResultGP a_res,
int a_idx)
endWork
void endWork()
completeFrame
void completeFrame(int a_idx)
error
void error(java.lang.String a_msg,
java.lang.Exception a_ex)
info
void info(java.lang.String a_msg)