com.plumtree.uiinfrastructure.web
Interface ICacheUpdateListener


public interface ICacheUpdateListener

Interface defining a method, update, used for callbacks from ISessionManager. Code built against this interface can be jumped. An implementation will be written for both Java and C#. The implementation will be hidden from developers.


Method Summary
 void Update(java.lang.Object o)
          Method that will be called by ISessionManager when the callback time has elapsed.
 

Method Detail

Update

void Update(java.lang.Object o)
Method that will be called by ISessionManager when the callback time has elapsed. The object is the data placed on the session manager.

Parameters:
o - The object that was put on the session manager.



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.