com.jniwrapper.win32.shell.events
Interface ShellEventsListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
DriveEventsSubscriber, MediaEventsSubscriber

public interface ShellEventsListener
extends java.util.EventListener

The listener interface for receiving and processing shell events.


Method Summary
 void processEvent(ShellEvent event)
          Invoked when a shell event has occurred.
 

Method Detail

processEvent

void processEvent(ShellEvent event)
Invoked when a shell event has occurred.