be.re.webdav
Interface Client.AuditTrail

Enclosing class:
Client

public static interface Client.AuditTrail

An interface to handle a stream of audit trail events.

Author:
Werner Donné

Method Summary
 boolean handle(Client.Event e)
           
 

Method Detail

handle

boolean handle(Client.Event e)
Parameters:
e - the event to be handled.
Returns:
true if event handling should continue and false otherwise.