Package org.exoplatform.wcm.webui.search
Class UISearchBox.SearchActionListener
- java.lang.Object
-
- org.exoplatform.webui.event.EventListener<UISearchBox>
-
- org.exoplatform.wcm.webui.search.UISearchBox.SearchActionListener
-
- Enclosing class:
- UISearchBox
public static class UISearchBox.SearchActionListener extends org.exoplatform.webui.event.EventListener<UISearchBox>
The listener interface for receiving searchAction events. The class that is interested in processing a searchAction event implements this interface, and the object created with that class is registered with a component using the component'saddSearchActionListenermethod. When the searchAction event occurs, that object's appropriate method is invoked.
-
-
Constructor Summary
Constructors Constructor Description SearchActionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.exoplatform.webui.event.Event<UISearchBox> event)
-
-
-
Method Detail
-
execute
public void execute(org.exoplatform.webui.event.Event<UISearchBox> event) throws Exception
- Specified by:
executein classorg.exoplatform.webui.event.EventListener<UISearchBox>- Throws:
Exception
-
-