File
Doc
Category
Size
Date
Package
RMIChessPlayer.java
API Doc
Example
593
Tue Jan 20 21:51:02 GMT 1998
dcj.examples.message
RMIChessPlayer
public interface RMIChessPlayer
Source code from "Java Distributed Computing", by Jim Farley. Class: RMIChessPlayer Example: 6-20 Description: Interface for an RMI-based chess player agent.
Fields Summary
Constructors Summary
Methods Summary
public
boolean
acceptMove
(
RMIChessMove
m)
public void
conceded
()
public
boolean
gameOver
()
public void
moveAccepted
(
RMIChessMove
m)
public
RMIChessMove
nextMove
()
Java Code Source