Place Events

The following events are located in the curam.place.impl.Place interface.

Table 1. Place Event Details.

This table describes Place Events

Event Class

Description

Event is raised before and after

PlaceCloseEvents Raised when a Place is closed. curam.place.impl.Place.activate()
PlaceMarkOutOfUseEvents Raised when a Place is marked out of use. curam.place.impl.Place.markOutOfUse()
PlaceOccupiedEvents Raised when a Place is occupied. curam.place.impl.Place.occupied()
PlaceMarkInUseEvents Raised when a Place is marked in use. curam.place.impl.Place.markInUse()
PlaceGetLocationForPlaceEvents Raised when the location of a Place is retrieved. uram.place.impl.Place.getLocationForPlace()