public class ConfigurationEvent extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CREATED_CONFIG |
static int |
DELETED_CONFIG |
static int |
UPDATED_CONFIG |
Constructor and Description |
---|
ConfigurationEvent(Class<?> category,
long ts,
int type) |
public static final int CREATED_CONFIG
public static final int UPDATED_CONFIG
public static final int DELETED_CONFIG
public ConfigurationEvent(Class<?> category, long ts, int type)
public Class<?> getCategory()
public long getTime()
public int getType()
Copyright © 2018 EMI - European Middleware Initiative. All Rights Reserved.