Package com.swiftmq.tools.versioning
Interface VersionObject
-
- All Superinterfaces:
Dumpable
- All Known Implementing Classes:
Versioned
,VersionNotification
public interface VersionObject extends Dumpable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(VersionVisitor visitor)
-
Methods inherited from interface com.swiftmq.tools.dump.Dumpable
getDumpId, readContent, writeContent
-
-
-
-
Method Detail
-
accept
void accept(VersionVisitor visitor)
-
-