org.zeroexchange.visit
Interface VisitService<T>

All Known Subinterfaces:
TenderVisitService
All Known Implementing Classes:
DefaultTenderVisitService, PersistentVisitService

public interface VisitService<T>

Author:
black

Method Summary
 boolean isVisited(T object)
          Returns true if the specified object is visited.
 T visited(T object)
          Marks that object was viewed by the current user.
 

Method Detail

visited

T visited(T object)
Marks that object was viewed by the current user.


isVisited

boolean isVisited(T object)
Returns true if the specified object is visited.



Copyright © 2013. All Rights Reserved.