Holger's
Java API

Uses of Interface
com.antelmann.util.revision.Revisable

Packages that use Revisable
com.antelmann.util.revision This package contains classes useful for implementing systems that deal with revisions. 
 

Uses of Revisable in com.antelmann.util.revision
 

Classes in com.antelmann.util.revision that implement Revisable
 class DefaultRevisable
          a default implementation for a Revisable object, suitable as a base for specialized subclasses
 

Methods in com.antelmann.util.revision that return Revisable
 Revisable Revision.getRevisable()
          returns the object that this revision applies to
 Revisable DefaultRevision.getRevisable()
           
 

Constructors in com.antelmann.util.revision with parameters of type Revisable
DefaultRevision(Object source, Revisable revisable, Object changes, Status status, long time, String comment)
           
DefaultRevision(Object source, Revisable revisable, Object changes, Status status, String comment)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads