| Package | Description |
|---|---|
| org.sodeac.common.message.dispatcher.api |
Provides an API for eventdispatcher.
|
| org.sodeac.common.message.dispatcher.impl |
| Modifier and Type | Method and Description |
|---|---|
IPropertyBlockModifyListener.ModifyType |
PropertyBlockModifyItem.getType() |
static IPropertyBlockModifyListener.ModifyType |
IPropertyBlockModifyListener.ModifyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IPropertyBlockModifyListener.ModifyType[] |
IPropertyBlockModifyListener.ModifyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IPropertyBlockModifyListener.onModify(IPropertyBlockModifyListener.ModifyType type,
String key,
Object valueOld,
Object valueNew) |
void |
PropertyBlockModifyItem.setType(IPropertyBlockModifyListener.ModifyType type) |
| Constructor and Description |
|---|
PropertyBlockModifyItem(IPropertyBlockModifyListener.ModifyType type,
String key,
Object valueOld,
Object valueNew) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelConfigurationModifyListener.onModify(IPropertyBlockModifyListener.ModifyType type,
String key,
Object valueOld,
Object valueNew) |
Copyright © 2020. All rights reserved.