org.openmobileis.synchro.journal
Interface JournalLogRenderer
- All Known Implementing Classes:
- DefaultLogRenderer
- public interface JournalLogRenderer
Title: OpenMobileIS project source
Description: Interface that a journal entry rendered must implements to be use with the
Journal service.
The Journal service qhow synchro result for each synchro listener. To render an entry, the Journal service use a
JournalLogRenderer. A default implementation is provided to facilitate its use.
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
- See Also:
DefaultLogRenderer, JournalService
render
public void render(SimpleList templatelist,
JournalEntry[] entryList)
getSyncName
public java.lang.String getSyncName()
Copyright 2006 OpenMobileIS. All Rights Reserved.