Package org.openstreetmap.josm.io
Class MessageNotifier.Worker
- java.lang.Object
-
- org.openstreetmap.josm.io.MessageNotifier.Worker
-
- All Implemented Interfaces:
Runnable
- Enclosing class:
- MessageNotifier
private static class MessageNotifier.Worker extends Object implements Runnable
-
-
Field Summary
Fields Modifier and Type Field Description private long
lastTimeInMillis
private int
lastUnreadCount
-
Constructor Summary
Constructors Modifier Constructor Description private
Worker()
-
-
-
Field Detail
-
lastUnreadCount
private int lastUnreadCount
-
lastTimeInMillis
private long lastTimeInMillis
-
-
Constructor Detail
-
Worker
private Worker()
-
-