All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface Acme.Versioned

public interface Versioned
Interface for versioned objects.

This interface should be used by classes that need to differentiate versions of themselves. For instance, a class that is able to serialize itself and write a representation to a disk file needs to keep track of versions, so that it doesn't try to deserialize an old version. For this reason, the Serializable interface inherits from this one.

Fetch the software.
Fetch the entire Acme package.

See Also:
Serializable

Method Index

 o getVersion()
Return the version of this class.

Methods

 o getVersion
 public abstract String getVersion()
Return the version of this class.


All Packages  Class Hierarchy  This Package  Previous  Next  Index

ACME Java  ACME Labs