com.notuvy.clip
Class ClipboardCallback

java.lang.Object
  extended by com.notuvy.clip.ClipboardCallback
All Implemented Interfaces:
Runnable

public class ClipboardCallback
extends Object
implements Runnable

An entity that monitors the system clipboard and notifies observers when the contents have changed.

Author:
murali

Field Summary
protected static org.apache.log4j.Logger LOG
           
static int SLEEP_TIME
           
 
Method Summary
protected  void addListener(ClipboardListener pListener)
           
static long countUnhandledExceptions()
           
static void deregister(ClipboardListener pListener)
           
protected static void interrupt()
           
static void register(ClipboardListener pListener)
           
protected  void removeListener(ClipboardListener pListener)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static final org.apache.log4j.Logger LOG

SLEEP_TIME

public static final int SLEEP_TIME
See Also:
Constant Field Values
Method Detail

register

public static void register(ClipboardListener pListener)

deregister

public static void deregister(ClipboardListener pListener)

countUnhandledExceptions

public static long countUnhandledExceptions()

interrupt

protected static void interrupt()

addListener

protected void addListener(ClipboardListener pListener)

removeListener

protected void removeListener(ClipboardListener pListener)

run

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


Copyright © 2013. All Rights Reserved.