summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/events/package-info.java
blob: 48b6e1b3e00b39f47216f4bb70495fa99601b70a (plain)
1
2
3
4
5
6
7
8
9
/**
 * 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.
 * 
 * <p>The History object is an instance of {@link RemoteMap} which provides a
 * live view onto the Events of an Item.
 */

package com.c2kernel.events;