* The slot object changes.
*/
public void onSlotChangedRemoved(final RPObject object,
final String slotName, final RPObject sobject,
final RPObject schanges) {
final IEntity entity = objects.get(FQID.create(object));
if (entity instanceof Entity) {
((Entity) entity).onSlotChangedRemoved(object, slotName, sobject, schanges);
}
}