|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RevisionEvent | |
|---|---|
| com.antelmann.mgmt | This package contains generally useful classes for business management. |
| Uses of RevisionEvent in com.antelmann.mgmt |
|---|
| Methods in com.antelmann.mgmt that return types with arguments of type RevisionEvent | |
|---|---|
List<RevisionEvent> |
Revisable.getRevisionHistory()
may not return all events ever registered, but only the relevant ones This is an optional feature |
| Methods in com.antelmann.mgmt with parameters of type RevisionEvent | |
|---|---|
void |
Revisable.revise(RevisionEvent revision)
adds a revision to the history and changes the current status accordingly |
void |
RevisionListener.revised(RevisionEvent ev)
called upon successfull revision of an object |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||