org.apache.myfaces.html5.event
Class DropListener

java.lang.Object
  extended by org.apache.myfaces.html5.event.DropListener
All Implemented Interfaces:
EventListener, javax.faces.event.BehaviorListener, javax.faces.event.FacesListener

public class DropListener
extends Object
implements javax.faces.event.BehaviorListener

Wrapper for drop listener expression of fx:dropTarget behavior.


Constructor Summary
DropListener(javax.el.MethodExpression expr)
           
 
Method Summary
 void processDropEvent(DropEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropListener

public DropListener(javax.el.MethodExpression expr)
Method Detail

processDropEvent

public void processDropEvent(DropEvent event)
                      throws javax.faces.event.AbortProcessingException
Throws:
javax.faces.event.AbortProcessingException


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.