public class ActiveChangeNotification extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ActiveChangeNotification.ActiveChangeType
This enumerated type represents the active change types that
may occur.
|
Constructor and Description |
---|
ActiveChangeNotification()
The default constructor.
|
ActiveChangeNotification(ActiveChangeNotification.ActiveChangeType type,
Object key,
Object value)
This constructor initializes the type, key and value.
|
Modifier and Type | Method and Description |
---|---|
Object |
getKey()
This method returns the key.
|
ActiveChangeNotification.ActiveChangeType |
getType()
This method returns the active change type.
|
Object |
getValue()
This method returns the value.
|
void |
setKey(Object key)
This method sets the key.
|
void |
setType(ActiveChangeNotification.ActiveChangeType type)
This method sets the active change type.
|
void |
setValue(Object value)
This method sets the value.
|
public ActiveChangeNotification()
public ActiveChangeNotification(ActiveChangeNotification.ActiveChangeType type, Object key, Object value)
type
- The typekey
- The keyvalue
- The valuepublic ActiveChangeNotification.ActiveChangeType getType()
public void setType(ActiveChangeNotification.ActiveChangeType type)
type
- The active change typepublic Object getKey()
public void setKey(Object key)
key
- The keypublic Object getValue()
public void setValue(Object value)
value
- The valueCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.