RichFaces Photoalbum 4.3.0.Final

org.richfaces.photoalbum.event
Class ImageEvent

java.lang.Object
  extended by org.richfaces.photoalbum.event.ImageEvent

public class ImageEvent
extends Object

Image event, carries an image and its (relative) path. Temporary solution.

Author:
mpetrov

Constructor Summary
ImageEvent(Image image)
           
ImageEvent(Image image, String path)
           
 
Method Summary
 Image getImage()
           
 String getPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageEvent

public ImageEvent(Image image)

ImageEvent

public ImageEvent(Image image,
                  String path)
Method Detail

getImage

public Image getImage()

getPath

public String getPath()

RichFaces Photoalbum 4.3.0.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.