net.sf.asyncobjects.vats
Interface VatSensor


public interface VatSensor

A vat sensor. This interface is implemented to provide detection of foreign event loop that currently running in this thread, it could be a GUI event loop or E runner. Basically vat sensor allow to ride on some other event loop.


Method Summary
 Vat getCurrentVat()
           
 

Method Detail

getCurrentVat

Vat getCurrentVat()
Returns:
a vat that represents event loop running in the current thread.


Copyright © 2002-2007 Constantine Plotnikov. All Rights Reserved.