Package org.onebusaway.container.model
-
Interface Summary Interface Description HasListeners<T> Interface that defines that a specific object has listeners of typeTthat can be added or removed. -
Class Summary Class Description IdentityBean<T extends Serializable> Convenience base class for objects that have an id property and whose object equality is determined by that identi Defines abstract methods for getting and setting the objects id while also defineIdentityBean.equals(Object)andIdentityBean.hashCode()based on the id value.IdentityBeanCacheableObjectKeyFactory Provides aCacheableObjectKeyFactorycache key strategy for objects of typeIdentityBean, where the objects id is used as the cache key.Listeners<T> Convenience container for a collection of typed listener objects