public class ProjectEvent extends Object
| Constructor and Description |
|---|
ProjectEvent(String type) |
ProjectEvent(String type,
Map<String,String> parameters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,String> |
getParameters() |
String |
getType() |
int |
hashCode() |
void |
setParameter(String key,
String value)
Set the parameter with given key and value, overwriting the preceding value of the same key (if any).
|
String |
toString() |
public static final String URI
public ProjectEvent(String type)
Copyright © 2019. All rights reserved.