Documentation of 'org.jgap.distr.grid.IClientFeedback' Java class
IClientFeedback
org.jgap.distr.grid

Interface IClientFeedback

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    DefaultClientFeedback


    public interface IClientFeedback
    extends java.io.Serializable
    Interface for the feedback a client receives as a listener.
    Since:
    3.01
    • Field Detail

      • CVS_REVISION

        static final java.lang.String CVS_REVISION
        String containing the CVS revision. Read out via reflection!
        See Also:
        Constant Field Values
    • Method Detail

      • setProgressMinimum

        void setProgressMinimum(int min)
      • setProgressMaximum

        void setProgressMaximum(int max)
      • setProgressValue

        void setProgressValue(int val)
      • beginWork

        void beginWork()
      • sendingFragmentRequest

        void sendingFragmentRequest(JGAPRequest req)
      • endWork

        void endWork()
      • completeFrame

        void completeFrame(int idx)
      • error

        void error(java.lang.String msg,
                   java.lang.Exception ex)
      • info

        void info(java.lang.String msg)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.