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

Library stores IBookCollection reference, not BookCollection one

This commit is contained in:
Nikolay Pultsin 2013-01-12 22:40:28 +04:00
parent e6f437e790
commit 2bced4b331
4 changed files with 31 additions and 20 deletions

View file

@ -56,6 +56,14 @@ public class BookCollectionShadow implements IBookCollection, ServiceConnection
}
}
public void addListener(Listener listener) {
// TODO: implement
}
public void removeListener(Listener listener) {
// TODO: implement
}
public synchronized int size() {
if (myInterface == null) {
return 0;