org.richfaces.photoalbum.model.event
Class ImageEvent
java.lang.Object
org.richfaces.photoalbum.model.event.SimpleEvent
org.richfaces.photoalbum.model.event.ImageEvent
public class ImageEvent
- extends SimpleEvent
Image event, carries an image and its (relative) path.
Temporary solution.
- Author:
- mpetrov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageEvent
public ImageEvent(Image image)
ImageEvent
public ImageEvent(Image image,
String path)
getImage
public Image getImage()
getPath
public String getPath()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.