client
Interface ClientDataInterface

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ClientData

public interface ClientDataInterface
extends java.io.Serializable

ClientDataInterface defines the abstract interface that the remote server needs to client data. The point of defining this interface is so the actual implementation of the client data need not (and typically does not) exist on the server machine.


Method Summary
 int getValue()
          Provide access to this' data value.
 

Method Detail

getValue

int getValue()
Provide access to this' data value.