java.lang.Object
org.jpo.eventbus.CheckDirectoriesHandler
Opens the Reconcile window to check for missing pictures
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEvent(CheckDirectoriesRequest request) Creates aReconcileJFramewhich lets the user specify a directory whose pictures are then compared against the current collection.
-
Constructor Details
-
CheckDirectoriesHandler
public CheckDirectoriesHandler()
-
-
Method Details
-
handleEvent
Creates aReconcileJFramewhich 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
-