java.lang.Object
org.jpo.eventbus.ShowPictureHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEvent
(ShowPictureRequest request) If the node pointed at by theNodeNavigatorInterface
is a document or a move we ask the Operating System to open the node.
-
Constructor Details
-
ShowPictureHandler
public ShowPictureHandler()
-
-
Method Details
-
handleEvent
If the node pointed at by theNodeNavigatorInterface
is a document or a move we ask the Operating System to open the node. If it's a picture for which we have a reader we create a new PictureViewer to show the picture.- Parameters:
request
- theShowPictureRequest
-