Uses of Interface
net.sf.fikin.pojostate.Decorator

Packages that use Decorator
net.sf.fikin.pojostate.decorate Package Specification This package contains Decorator implementations with specific behaviours 
 

Uses of Decorator in net.sf.fikin.pojostate.decorate
 

Classes in net.sf.fikin.pojostate.decorate that implement Decorator
 class AbstractDecorator
          Abstract implementation of object decoration Provides with basic skeleton for common methods, subclasses are expected to implement the actual decoration logic only.
 class DynamicDecorator
          Implements key indicators with execute-for-each-read logic.
 class SnapshotDecorator
          Implements object decoration with execute-once, read-many times Property value.
 



Copyright © 2005 Nikolay Fiykov. All Rights Reserved.