Package edu.jas.util

Interface RemoteExecutable

All Superinterfaces:
Runnable, Serializable
All Known Implementing Classes:
GBClientSP, GBExerClient, GBHybridExerClient

public interface RemoteExecutable extends Serializable, Runnable
Interface RemoteExecutable. Used to mark a Serializable and Runnable class.
  • Method Summary

    Methods inherited from interface java.lang.Runnable

    run