Interface ILogEventFactory
- All Known Implementing Classes:
AuditEventFactory,LogFactory,SignedAuditEventFactory
public interface ILogEventFactory
An interface represents a log event factory. This
factory will be responsible for creating and returning ILogEvent objects
on demand.
- Version:
- $Revision$, $Date$
-
Method Summary
-
Method Details
-
create
ILogEvent create()Creates a log event. -
release
-