|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||