interface UdevListener
Modifier and Type | Method and Description |
---|---|
void |
udevEvent(java.lang.String action,
java.util.Map<java.lang.String,java.lang.String> event)
Called when a udev event is available.
|
void udevEvent(java.lang.String action, java.util.Map<java.lang.String,java.lang.String> event)
action
- The udev action, usually "add", "remove", "change",
"online" or "offline.event
- a map of key/value pairs describing the event. These are
the key/value pairs received from udev.