public class CallbackObjectInfoCollections
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
ObjectInfoCollection |
added |
ObjectInfoCollection |
deleted |
static CallbackObjectInfoCollections |
EMTPY |
ObjectInfoCollection |
updated |
| Constructor and Description |
|---|
CallbackObjectInfoCollections(ObjectInfoCollection added_,
ObjectInfoCollection updated_,
ObjectInfoCollection deleted_) |
public final ObjectInfoCollection added
public final ObjectInfoCollection updated
public final ObjectInfoCollection deleted
public static final CallbackObjectInfoCollections EMTPY
public CallbackObjectInfoCollections(ObjectInfoCollection added_, ObjectInfoCollection updated_, ObjectInfoCollection deleted_)