RichFaces Photoalbum 4.3.5.Final

org.richfaces.photoalbum.model.event
Class AlbumEvent

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

public class AlbumEvent
extends SimpleEvent

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 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

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.5.Final

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