public interface DBClassListener
| Modifier and Type | Method and Description |
|---|---|
void |
eventObjectCreated(GlobalKey createdKey,
VirtualDB layer)
The record was created.
|
void |
eventObjectDeleted(GlobalKey deletedKey,
VirtualDB layer)
The record was deleted.
|
void |
eventObjectModified(GlobalKey modifiedKey,
VirtualDB layer)
The record was modified.
|
void eventObjectCreated(@Nonnull
GlobalKey createdKey,
@Nonnull
VirtualDB layer)
layer - The layer from which the event comes from.createdKey - The record's key that was added.void eventObjectDeleted(@Nonnull
GlobalKey deletedKey,
@Nonnull
VirtualDB layer)
layer - The layer from which the event comes from.deletedKey - The record's key that was deleted.stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.