net.sf.jomic.tools
Interface StandardConstants
- All Known Implementing Classes:
- ComicCache, Jomic, JomicFrame, JomicMacOSX
public interface StandardConstants
Various constants repeatedly used all over the place.
- Author:
- Thomas Aglassinger
Field Summary |
static long |
KILO_BYTE
|
static long |
MEGA_BYTE
|
static int |
TICK
Time to wait in polling loop (in milliseconds). |
KILO_BYTE
static final long KILO_BYTE
- See Also:
- Constant Field Values
MEGA_BYTE
static final long MEGA_BYTE
- See Also:
- Constant Field Values
TICK
static final int TICK
- Time to wait in polling loop (in milliseconds).
- See Also:
- Constant Field Values