org.fusesource.hawtdispatch
Class TaskWrapper

java.lang.Object
  extended by org.fusesource.hawtdispatch.Task
      extended by org.fusesource.hawtdispatch.TaskWrapper
All Implemented Interfaces:
Runnable

public final class TaskWrapper
extends Task

Author:
Hiram Chirino

Constructor Summary
TaskWrapper(Runnable runnable)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 void run()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaskWrapper

public TaskWrapper(Runnable runnable)
Method Detail

run

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

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2014 FuseSource, Corp.. All Rights Reserved.