javax.faces.event
Class PreRemoveFromViewEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.SystemEvent
          extended by javax.faces.event.ComponentSystemEvent
              extended by javax.faces.event.PreRemoveFromViewEvent
All Implemented Interfaces:
Serializable

public class PreRemoveFromViewEvent
extends ComponentSystemEvent

Since:
2.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PreRemoveFromViewEvent(UIComponent component)
           
 
Method Summary
 boolean isAppropriateListener(FacesListener listener)
          
 
Methods inherited from class javax.faces.event.ComponentSystemEvent
getComponent, processListener
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PreRemoveFromViewEvent

public PreRemoveFromViewEvent(UIComponent component)
Parameters:
component -
Method Detail

isAppropriateListener

public boolean isAppropriateListener(FacesListener listener)

Overrides:
isAppropriateListener in class ComponentSystemEvent


Copyright © 2014 The Apache Software Foundation. All rights reserved.