Holger's
Java API

Uses of Class
com.antelmann.mgmt.RevisionEvent

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
 



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