org.richfaces.photoalbum.model.event
Class ShelfEvent
java.lang.Object
org.richfaces.photoalbum.model.event.SimpleEvent
org.richfaces.photoalbum.model.event.ShelfEvent
public class ShelfEvent
- extends SimpleEvent
Shelf event, carries a shelf and its (relative) path. Temporary solution.
- Author:
- mpetrov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShelfEvent
public ShelfEvent(Shelf shelf)
ShelfEvent
public ShelfEvent(Event event)
ShelfEvent
public ShelfEvent(Shelf shelf,
String path)
getShelf
public Shelf getShelf()
getPath
public String getPath()
getEvent
public Event getEvent()
setEvent
public void setEvent(Event event)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.