Package com.biglybt.ui.swt.core.pairing
Class PMSWTImpl.RemoteHistoryEntry
- java.lang.Object
-
- com.biglybt.ui.swt.core.pairing.PMSWTImpl.RemoteHistoryEntry
-
- Enclosing class:
- PMSWTImpl
private static class PMSWTImpl.RemoteHistoryEntry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private long
last_received_mono
private long
last_received_rtc
private boolean
last_was_good
private int
request_count
-
Constructor Summary
Constructors Modifier Constructor Description private
RemoteHistoryEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private long
getLastReceivedMono()
private long
getLastReceivedRTC()
private int
getRequestCount()
private void
update(boolean good)
private boolean
wasLastGood()
-