Java generic signal handler

minimulisha03 ericcarmody at hotmail.com
Tue Feb 9 15:07:37 PST 2010


Is there a way to essentially handle all signals in a generic fashion using
the java-dbus bindings?

conn = DBusConnection.getConnection(DBusConnection.SESSION); 
DBusSigHandler gen = new genericSigHandler();
conn.addSigHandler(DBusSignal.class, gen); //i know this doesn't work but i
want this functionality
-- 
View this message in context: http://old.nabble.com/Java-generic-signal-handler-tp27523741p27523741.html
Sent from the Free Desktop - dbus mailing list archive at Nabble.com.



More information about the dbus mailing list