org.synyx.hades.domain.auditing
Interface AuditorAware<T>

Type Parameters:
T - the type of the auditing instance

public interface AuditorAware<T>

Interface for components that are aware of the application's current auditor. This will be some kind of user mostly.

Author:
Oliver Gierke - gierke@synyx.de

Method Summary
 T getCurrentAuditor()
          Returns the current auditor of the application.
 

Method Detail

getCurrentAuditor

T getCurrentAuditor()
Returns the current auditor of the application.

Returns:
the current auditor


Copyright © 2009-2010 Synyx GmbH & Co. KG. All Rights Reserved.