be.unamur.inference.web
Interface UserSessionProcessor<T extends UserSession<? extends UserRequest>>

Type Parameters:
T - The type of UserSession built.

public interface UserSessionProcessor<T extends UserSession<? extends UserRequest>>

Interface declaring methods to process the sessions built by a UserSessionBuilder object.

Author:
Xavier Devroey - xavier.devroey@unamur.be

Method Summary
 void process(T session)
          This method is called by the UserSessionBuilder when a session has been built.
 

Method Detail

process

void process(T session)
This method is called by the UserSessionBuilder when a session has been built.

Parameters:
session - The built session.


Copyright © 2014 PReCISE, University of Namur. All rights reserved.