org.richfaces.photoalbum.model.event
Class AlbumEvent
java.lang.Object
org.richfaces.photoalbum.model.event.SimpleEvent
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlbumEvent
public AlbumEvent(Album album)
AlbumEvent
public AlbumEvent(Album album,
String path)
getAlbum
public Album getAlbum()
getPath
public String getPath()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.