Package | Description |
---|---|
com.buckosoft.PicMan.business.common |
Common business objects between the main program and the service.
|
Modifier and Type | Method and Description |
---|---|
java.util.LinkedList<SyncLogEntry> |
PicManCommonFacade.getSyncLog()
Return a reference to the sync log
|
java.util.LinkedList<SyncLogEntry> |
PicManCommonImpl.getSyncLog() |
Modifier and Type | Method and Description |
---|---|
void |
PicManCommonFacade.addSyncToLog(SyncLogEntry sle)
Add a sync entry to the log
|
void |
PicManCommonImpl.addSyncToLog(SyncLogEntry sle) |