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, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public DisplaySyncImpl(DisplayImpl dpy) throws RemoteException
RemoteException
public int compare(Object o1, Object o2)
compare
in interface Comparator
public void destroy()
destroy
in interface DisplaySync
public void eventReady(RemoteEventProvider provider, Object key)
eventReady
in interface MonitorCallback
public String getName()
public boolean isLocalClear()
isLocalClear
in interface DisplaySync
public boolean isThreadRunning()
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.