public class PropertyTableEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertyTableEvent.ElementCacheCreated |
static class |
PropertyTableEvent.ElementCacheRemoved |
static class |
PropertyTableEvent.PropertyWrited |
| Modifier and Type | Field and Description |
|---|---|
protected PropertyTable |
propertyTable |
| Constructor and Description |
|---|
PropertyTableEvent() |
PropertyTableEvent(PropertyTable ptable) |
| Modifier and Type | Method and Description |
|---|---|
PropertyTable |
getPropertyTable() |
static Closeable |
onElementCacheCreated(PropertyTable pt,
xyz.cofe.common.Reciver<PropertyTableEvent.ElementCacheCreated> consumer) |
static Closeable |
onPropertyWrited(PropertyTable pt,
xyz.cofe.common.Reciver<PropertyTableEvent.PropertyWrited> consumer) |
void |
setPropertyTable(PropertyTable propertyTable) |
protected PropertyTable propertyTable
public PropertyTableEvent()
public PropertyTableEvent(PropertyTable ptable)
public PropertyTable getPropertyTable()
public void setPropertyTable(PropertyTable propertyTable)
public static Closeable onElementCacheCreated(PropertyTable pt, xyz.cofe.common.Reciver<PropertyTableEvent.ElementCacheCreated> consumer)
public static Closeable onPropertyWrited(PropertyTable pt, xyz.cofe.common.Reciver<PropertyTableEvent.PropertyWrited> consumer)
Copyright © 2019. All rights reserved.