RichFaces Photoalbum 4.3.5.Final

org.richfaces.photoalbum.model.event
Class ImageEvent

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

public class ImageEvent
extends SimpleEvent

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 org.richfaces.photoalbum.model.event.SimpleEvent
getMessage
 
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.5.Final

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