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:
parent
e6f437e790
commit
2bced4b331
4 changed files with 31 additions and 20 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue