Inactive

Project Summary

  Analyzed 4 days ago based on code collected 4 days ago.

a Java library enable Java application to monitor all system keyboard events.

to use it:

import com.yovn.labs.KeyBoardMonitor;
import com.yovn.labs.SystemKBListener;

.............................

SystemKBListener listener=....//your implemetation of SystemKBListener interface
KeyBoardMonitor monitor=KeyBoardMonitor.getInstance();
monitor.setSystemKBListener(listener);

monitor.enableMonitor();

............
// disable use:monitor.disableMonitor();

Share

In a Nutshell, kbmonitor...

Languages

C
44%
Java
27%
XML
26%
C++
3%
 
 

Lines of Code

 

Activity

30 Day Summary Apr 22 2013 — May 22 2013

12 Month Summary May 22 2012 — May 22 2013

Community

Ratings

Be the first to rate this project
 
Click to add your rating
 
Review this Project!
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.