Class KeywordSearchEvent
- java.lang.Object
-
- org.apache.syncope.client.console.commons.KeywordSearchEvent
-
- All Implemented Interfaces:
Serializable
public class KeywordSearchEvent extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeywordSearchEvent(AjaxRequestTarget target, String keyword)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKeyword()
AjaxRequestTarget
getTarget()
-
-
-
Constructor Detail
-
KeywordSearchEvent
public KeywordSearchEvent(AjaxRequestTarget target, String keyword)
-
-
Method Detail
-
getTarget
public AjaxRequestTarget getTarget()
-
getKeyword
public String getKeyword()
-
-