anon.util
Interface IReturnRunnable

All Superinterfaces:
java.lang.Runnable
All Known Subinterfaces:
IReturnAccountRunnable, IReturnBooleanRunnable
All Known Implementing Classes:
AccountSettingsPanel.FetchTermsRunnable, AccountSettingsPanel.FixedReturnAccountRunnable

public interface IReturnRunnable
extends java.lang.Runnable

Implement this interface if you want your runnable object to return some kind of value.


Method Summary
 java.lang.Object getValue()
           
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

getValue

java.lang.Object getValue()