Interface AjaxBehaviorListener

All Superinterfaces:
BehaviorListener, EventListener, FacesListener

public interface AjaxBehaviorListener extends BehaviorListener

By implementing this class, an object indicates that it is a listener for one or more kinds of BehaviorEvents.

Since:
2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Process the Ajax behavior event.
  • Method Details