/** * Events are generated and stored whenever a step in an Item's lifecycle * changes state, and provide a full record of what was done, when, and by whom. * *

The History object is an instance of {@link RemoteMap} which provides a * live view onto the Events of an Item. */ package com.c2kernel.events;