com.jniwrapper.win32.shell.events package contains classes, which allows you to get
notifications when various system shell events occur.See: Description
| Interface | Description |
|---|---|
| DriveListener |
The listener interface for receiving drive events.
|
| MediaListener |
The listener interface for receiving media events.
|
| ShellEventsListener |
The listener interface for receiving and processing shell events.
|
| Class | Description |
|---|---|
| DriveEventsSubscriber |
In addition to the
ShellEventsSubscriber this class provides a convenient way for processing drive events. |
| MediaEventsSubscriber |
In addition to the
ShellEventsSubscriber this class provides convenient way for processing media events. |
| ShellEvent |
An event that indicates that a shell event has occured.
|
| ShellEventsSubscriber |
This class provides the convenient way for listening of various shell events that may occur in a system.
|
com.jniwrapper.win32.shell.events package contains classes, which allows you to get
notifications when various system shell events occur.