org.starhope.appius.user.events
Class EventRecordLoader

java.lang.Object
  extended by org.starhope.appius.user.events.EventRecordLoader
All Implemented Interfaces:
RecordLoader<EventRecord>, HasSubversionRevision
Direct Known Subclasses:
EventRecordSQLLoader

public abstract class EventRecordLoader
extends Object
implements RecordLoader<EventRecord>

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Constructor Summary
EventRecordLoader()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.starhope.appius.util.RecordLoader
changed, initializeStorage, isRealtime, loadRecord, loadRecord, refresh, removeRecord, saveRecord
 
Methods inherited from interface org.starhope.util.HasSubversionRevision
getSubversionRevision
 

Constructor Detail

EventRecordLoader

public EventRecordLoader()