Currently I am developing application, which goal is to automatically detect external storage (in this case it's regular USB stick) when connected. Next step is to process operation on files located on this device - I don't have any problems with that. I don't know just where to start, is there any listener that is available from java code?
Thanks in advance