net.sf.dropboxmq
Class MessageListenerRunnable

java.lang.Object
  extended by net.sf.dropboxmq.MessageListenerRunnable
All Implemented Interfaces:
Runnable

public class MessageListenerRunnable
extends Object
implements Runnable

Created: 09 Oct 2005

Version:
$Revision: 211 $, $Date: 2010-11-14 14:21:24 -0700 (Sun, 14 Nov 2010) $
Author:
Dwayne Schultz

Constructor Summary
MessageListenerRunnable(MessageListener messageListener, Dropbox dropbox, DropboxTransaction dropboxTransaction)
           
 
Method Summary
 void close()
           
 void run()
           
protected  String toObjectString()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageListenerRunnable

public MessageListenerRunnable(MessageListener messageListener,
                               Dropbox dropbox,
                               DropboxTransaction dropboxTransaction)
Method Detail

run

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

close

public void close()

toString

public String toString()
Overrides:
toString in class Object

toObjectString

protected final String toObjectString()