springs.tests
Interface IMovingSpringsAgentDynamicRefs
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- MovingSpringsAgentDynamicRefs
- public interface IMovingSpringsAgentDynamicRefs
- extends java.rmi.Remote
Interface for a MovingSpringsAgentDynamicRefs.
- Author:
- Sergio Ilarri Artigas
Method Summary |
void |
sayReceivedTime(java.lang.Long millis)
Prints a message in the output saying the milliseconds given as an argument. |
sayReceivedTime
public void sayReceivedTime(java.lang.Long millis)
throws java.rmi.RemoteException
- Prints a message in the output saying the milliseconds given as an argument.
- Parameters:
millis
- the milliseconds.
java.rmi.RemoteException
- See Also:
Long
,
RemoteException