Uses of Interface
com.jniwrapper.win32.shell.events.ShellEventsListener

Packages that use ShellEventsListener
com.jniwrapper.win32.shell.events The com.jniwrapper.win32.shell.events package contains classes, which allows you to get notifications when various system shell events occur. 
 

Uses of ShellEventsListener in com.jniwrapper.win32.shell.events
 

Classes in com.jniwrapper.win32.shell.events that implement ShellEventsListener
 class DriveEventsSubscriber
          In addition to the ShellEventsSubscriber this class provides a convenient way for processing drive events.
 class MediaEventsSubscriber
          In addition to the ShellEventsSubscriber this class provides convenient way for processing media events.
 

Methods in com.jniwrapper.win32.shell.events with parameters of type ShellEventsListener
 void ShellEventsSubscriber.addShellEventsListener(ShellEventsListener listener)
          Adds the specified listener to receive shell events from this subscriber.
 void ShellEventsSubscriber.removeShellEventsListener(ShellEventsListener listener)
          Removes the specified listener so that it no longer receives shell events.