com.google.code.rees.scope.util.monitor
Interface TimeoutListener<T>

All Superinterfaces:
Serializable
All Known Implementing Classes:
ScheduledExecutorTimeoutMonitor, TimeoutConversationContextManager

public interface TimeoutListener<T>
extends Serializable

This interface provides a simple mechanism for allowing other objects to be notified of a Timeoutable's timeout.

Author:
rees.byars

Method Summary
 void onTimeout(T timeoutable)
          Called when the given Timeoutable's timeout method is called.
 

Method Detail

onTimeout

void onTimeout(T timeoutable)
Called when the given Timeoutable's timeout method is called.

Parameters:
timeoutable -


Copyright © 2012-2013. All Rights Reserved.