Blob Blame History Raw

interface org.freestandards.atspi.DeviceEventListener {

	method NotifyEvent {
		DeviceEvent event;
	} reply {
		boolean success;
	}
}