RichFaces Photoalbum 4.3.0.Final

org.richfaces.photoalbum.event
Class AlbumEvent

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

public class AlbumEvent
extends Object

Album event, carries an album and its (relative) path. Temporary solution before I figure out how to inject the properties.

Author:
mpetrov

Constructor Summary
AlbumEvent(Album album)
           
AlbumEvent(Album album, String path)
           
 
Method Summary
 Album getAlbum()
           
 String getPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlbumEvent

public AlbumEvent(Album album)

AlbumEvent

public AlbumEvent(Album album,
                  String path)
Method Detail

getAlbum

public Album getAlbum()

getPath

public String getPath()

RichFaces Photoalbum 4.3.0.Final

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