public interface RemoteThreadsListener extends Remote
Modifier and Type | Method and Description |
---|---|
void |
threadFinished() |
void |
threadStarted() |
void threadStarted() throws RemoteException
RemoteException
- when remote calling of the method failsThreadListener.threadStarted()
void threadFinished() throws RemoteException
RemoteException
- when remote calling of the method failsThreadListener.threadFinished()
Copyright © 1998-2021 Apache Software Foundation. All Rights Reserved.