FileDocCategorySizeDatePackage
AERunnable.javaAPI DocAzureus 3.0.3.41247Thu Feb 09 19:42:44 GMT 2006org.gudy.azureus2.core3.util

AERunnable

public abstract class AERunnable extends Object implements Runnable
author
parg

Fields Summary
Constructors Summary
Methods Summary
public voidrun()

		try{
			runSupport();
			
		}catch( Throwable e ){
			
			DebugLight.printStackTrace(e);
		}
	
public abstract voidrunSupport()