public interface OccupantObserver
OccupantDirector.| Modifier and Type | Method and Description |
|---|---|
void |
occupantEntered(OccupantInfo info)
Called when a body enters the place.
|
void |
occupantLeft(OccupantInfo info)
Called when a body leaves the place.
|
void |
occupantUpdated(OccupantInfo oldinfo,
OccupantInfo newinfo)
Called when an occupant is updated.
|
void occupantEntered(OccupantInfo info)
void occupantLeft(OccupantInfo info)
void occupantUpdated(OccupantInfo oldinfo, OccupantInfo newinfo)
oldinfo - the occupant info prior to the update.newinfo - the newly update info record.Copyright © 2015. All rights reserved.