public class DisplaySyncImpl extends Object implements Comparator, DisplaySync, Runnable
| Constructor and Description |
|---|
DisplaySyncImpl(DisplayImpl dpy) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Object o1,
Object o2) |
void |
destroy() |
void |
eventReady(RemoteEventProvider provider,
Object key)
Start event callback.
|
String |
getName() |
boolean |
isLocalClear() |
boolean |
isThreadRunning() |
void |
run()
Requests events from the remote provider(s).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic DisplaySyncImpl(DisplayImpl dpy) throws RemoteException
RemoteExceptionpublic int compare(Object o1, Object o2)
compare in interface Comparatorpublic void destroy()
destroy in interface DisplaySyncpublic void eventReady(RemoteEventProvider provider, Object key)
eventReady in interface MonitorCallbackpublic String getName()
public boolean isLocalClear()
isLocalClear in interface DisplaySyncpublic boolean isThreadRunning()
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.