java.lang.Object
org.jpo.eventbus.CheckDirectoriesHandler
Opens the Reconcile window to check for missing pictures
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEvent
(CheckDirectoriesRequest request) Creates aReconcileJFrame
which lets the user specify a directory whose pictures are then compared against the current collection.
-
Constructor Details
-
CheckDirectoriesHandler
public CheckDirectoriesHandler()
-
-
Method Details
-
handleEvent
Creates aReconcileJFrame
which lets the user specify a directory whose pictures are then compared against the current collection. Allows the user to reconcile pictures in a directory with those in his collection.- Parameters:
request
- The request
-