org.richfaces.demo.dnd
Class EventBean

java.lang.Object
  extended by org.richfaces.demo.dnd.EventBean
All Implemented Interfaces:
java.util.EventListener, javax.faces.event.FacesListener, org.richfaces.event.DropListener

public class EventBean
extends java.lang.Object
implements org.richfaces.event.DropListener


Constructor Summary
EventBean()
           
 
Method Summary
 DndBean getDndBean()
           
 void processDrop(org.richfaces.event.DropEvent dropEvent)
           
 void setDndBean(DndBean dndBean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventBean

public EventBean()
Method Detail

processDrop

public void processDrop(org.richfaces.event.DropEvent dropEvent)
Specified by:
processDrop in interface org.richfaces.event.DropListener

getDndBean

public DndBean getDndBean()

setDndBean

public void setDndBean(DndBean dndBean)


Copyright © 2009. All Rights Reserved.