Class KeynoteEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class KeynoteEvent
    extends org.primefaces.event.AbstractAjaxBehaviorEvent
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      KeynoteEvent​(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, boolean completed, boolean lastSlide)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isCompleted()  
      boolean isLastSlide()  
      • Methods inherited from class org.primefaces.event.AbstractAjaxBehaviorEvent

        isAppropriateListener, processListener
      • Methods inherited from class javax.faces.event.BehaviorEvent

        getBehavior
      • Methods inherited from class javax.faces.event.FacesEvent

        getComponent, getFacesContext, getPhaseId, queue, setPhaseId
      • 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

      • KeynoteEvent

        public KeynoteEvent​(javax.faces.component.UIComponent component,
                            javax.faces.component.behavior.Behavior behavior,
                            boolean completed,
                            boolean lastSlide)
    • Method Detail

      • isCompleted

        public boolean isCompleted()
      • isLastSlide

        public boolean isLastSlide()