RichFaces Photoalbum 4.3.5.Final

org.richfaces.photoalbum.model.event
Class ShelfEvent

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

public class ShelfEvent
extends SimpleEvent

Shelf event, carries a shelf and its (relative) path. Temporary solution.

Author:
mpetrov

Constructor Summary
ShelfEvent(Event event)
           
ShelfEvent(Shelf shelf)
           
ShelfEvent(Shelf shelf, String path)
           
 
Method Summary
 Event getEvent()
           
 String getPath()
           
 Shelf getShelf()
           
 void setEvent(Event event)
           
 
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

ShelfEvent

public ShelfEvent(Shelf shelf)

ShelfEvent

public ShelfEvent(Event event)

ShelfEvent

public ShelfEvent(Shelf shelf,
                  String path)
Method Detail

getShelf

public Shelf getShelf()

getPath

public String getPath()

getEvent

public Event getEvent()

setEvent

public void setEvent(Event event)

RichFaces Photoalbum 4.3.5.Final

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