Class AccessEvent

java.lang.Object
ch.qos.logback.access.common.spi.AccessEvent
All Implemented Interfaces:
IAccessEvent, ch.qos.logback.core.spi.DeferredProcessingAware, Serializable

public class AccessEvent extends Object implements Serializable, IAccessEvent

This class is the implementation of the IAccessEvent interface.

Much of the processing done by the logack-access project revolves around this class.

Author:
Ceki Gülcü, Sébastien Pennec
See Also: