Uses of Interface
com.google.code.rees.scope.util.monitor.TimeoutListener

Packages that use TimeoutListener
com.google.code.rees.scope.conversation.context   
com.google.code.rees.scope.util.monitor   
 

Uses of TimeoutListener in com.google.code.rees.scope.conversation.context
 

Classes in com.google.code.rees.scope.conversation.context that implement TimeoutListener
 class TimeoutConversationContextManager
          This class extends the DefaultConversationContextManager and uses a TimeoutMonitor to monitor conversations for timeouts.
 

Uses of TimeoutListener in com.google.code.rees.scope.util.monitor
 

Classes in com.google.code.rees.scope.util.monitor that implement TimeoutListener
 class ScheduledExecutorTimeoutMonitor<T extends Timeoutable<T>>
          An implementation of the TimeoutMonitor that makes use of a ScheduledExecutorService.
 

Fields in com.google.code.rees.scope.util.monitor with type parameters of type TimeoutListener
protected  Collection<TimeoutListener<T>> HashMonitoredContext.timeoutListeners
           
 

Methods in com.google.code.rees.scope.util.monitor with parameters of type TimeoutListener
 void Timeoutable.addTimeoutListener(TimeoutListener<T> timeoutListener)
          Add a listener whose onTimeout(Object) method will be called when this Timeoutable's Timeoutable.timeout() method is called.
 void HashMonitoredContext.addTimeoutListener(TimeoutListener<T> timeoutListener)
          Add a listener whose onTimeout(Object) method will be called when this Timeoutable's Timeoutable.timeout() method is called.
 



Copyright © 2012-2013. All Rights Reserved.