JAligner

jaligner.ui.clipboard
Class ClipboardPoller

java.lang.Object
  extended byjava.lang.Thread
      extended byjaligner.ui.clipboard.ClipboardPoller
All Implemented Interfaces:
java.lang.Runnable

public class ClipboardPoller
extends java.lang.Thread

Checks the system clipboard to notifies a listener with current contents.

Author:
Ahmed Moustafa (ahmed@users.sf.net)

Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ClipboardPoller(ClipboardListener listener)
          Constructor
 
Method Summary
 void run()
          Runs the thread
 void start()
          Starts the thread
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClipboardPoller

public ClipboardPoller(ClipboardListener listener)
Constructor

Parameters:
listener -
Method Detail

run

public void run()
Runs the thread


start

public void start()
Starts the thread


JAligner

Ahmed Moustafa (ahmed@users.sf.net)SourceForge.net
The source code of JAligner is licensed under The GNU General Public License (GPL)