All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface merlin.util.TimeOutable

public abstract interface TimeOutable
The interface of a timeoutable. A TimeOutable can register to a Timer and be timed out after a specified time

Version:
1.0
Author:
Stefan Hellkvist

Method Index

 o timedOut()
This method is called by the Timer when the specified time has elapsed

Methods

 o timedOut
 public abstract void timedOut()
This method is called by the Timer when the specified time has elapsed


All Packages  Class Hierarchy  This Package  Previous  Next  Index