public interface MonitorCallback
MonitorCallback
is the interface for receivers of
MonitorEvent
s.Modifier and Type | Method and Description |
---|---|
void |
eventReady(RemoteEventProvider provider,
Object key)
Alert the callback object that an event is ready.
|
void eventReady(RemoteEventProvider provider, Object key) throws RemoteException, RemoteVisADException
RemoteException
- If there was an RMI-related problem.RemoteVisADException
- If there was an internal problem.Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.