File
Doc
Category
Size
Date
Package
AERunnable.java
API Doc
Azureus 3.0.3.4
1247
Thu Feb 09 19:42:44 GMT 2006
org.gudy.azureus2.core3.util
AERunnable
java.lang.Object
public abstract class AERunnable extends Object implements Runnable
author
parg
Fields Summary
Constructors Summary
Methods Summary
public void
run
()
try{ runSupport(); }catch( Throwable e ){ DebugLight.printStackTrace(e); }
public abstract void
runSupport
()
Java Code Source