Class ListenerModel
- java.lang.Object
-
- org.kie.workbench.common.services.shared.kmodule.ListenerModel
-
@Portable public class ListenerModel extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListenerModel.Kind
-
Constructor Summary
Constructors Constructor Description ListenerModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ListenerModel.KindgetKind()StringgetType()inthashCode()voidsetKind(ListenerModel.Kind kind)voidsetType(String type)
-
-
-
Method Detail
-
setKind
public void setKind(ListenerModel.Kind kind)
-
getKind
public ListenerModel.Kind getKind()
-
getType
public String getType()
-
setType
public void setType(String type)
-
-