com.sun.jini.example.cancellation
Interface ReceiveReady
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Client
- public interface ReceiveReady
- extends java.rmi.Remote
Simple interface for notifying a callback object.
- Author:
- Sun Microsystems, Inc.
|
Method Summary |
void |
ready()
Informs a callback object that the caller is ready. |
ready
public void ready()
throws java.rmi.RemoteException
- Informs a callback object that the caller is ready.
- Throws:
java.rmi.RemoteException - if a remote communication failure occurs
Copyright © 2003 Sun Microsystems, Inc. All Rights Reserved.