net.sf.asyncobjects.util.callbacks
Interface ARunnable

All Superinterfaces:
AsyncObject, Runnable
All Known Implementing Classes:
RunnableAdapter.InternalRunnableAdapter

public interface ARunnable
extends AsyncObject, Runnable

An asynchronous runnable interface for oneway notifications. Note that run method is inherited from runnable interface.

Note that is also implements runnable interface, so exported objects can be also passed anywhere where runnable is expected. Since oneway operation can be called from any thread, the method run is safe to call.

Author:
const
See Also:
RunnableAdapter

Method Summary
 
Methods inherited from interface net.sf.asyncobjects.AsyncObject
dereference, isImmediate
 
Methods inherited from interface java.lang.Runnable
run
 



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