1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 10:49:24 +02:00

library code unification (in progress)

This commit is contained in:
Nikolay Pultsin 2011-07-14 13:47:24 +01:00
parent c2f7e1605e
commit b85870b5c1
4 changed files with 31 additions and 23 deletions

View file

@ -27,6 +27,7 @@ public abstract class LibraryTree extends FBTree {
public static enum Status {
READY_TO_OPEN,
WAIT_FOR_OPEN,
ALWAYS_RELOAD_BEFORE_OPENING,
CANNOT_OPEN
};