org.androidtransfuse.util
Class TypeMirrorRunnable<T>

Package class diagram package TypeMirrorRunnable
java.lang.Object
  extended by org.androidtransfuse.util.TypeMirrorRunnable<T>
All Implemented Interfaces:
Runnable

public abstract class TypeMirrorRunnable<T>
extends Object
implements Runnable

Author:
John Ericksen

Constructor Summary
protected TypeMirrorRunnable(T annotation)
           
 
Method Summary
 void run()
           
abstract  void run(T annotation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeMirrorRunnable

protected TypeMirrorRunnable(T annotation)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

run

public abstract void run(T annotation)


Copyright © 2012. All Rights Reserved.