org.jhotdraw.util
Class StandardVersionControlStrategy

java.lang.Object
  extended by org.jhotdraw.util.StandardVersionControlStrategy
All Implemented Interfaces:
VersionControlStrategy

public class StandardVersionControlStrategy
extends java.lang.Object
implements VersionControlStrategy

Version:
<$CURRENT_VERSION$>
Author:
Wolfram Kaiser

Constructor Summary
StandardVersionControlStrategy(VersionRequester newVersionRequester)
           
 
Method Summary
 void assertCompatibleVersion()
          Define a strategy how to select those versions of JHotDraw with which they are compatible.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardVersionControlStrategy

public StandardVersionControlStrategy(VersionRequester newVersionRequester)
Method Detail

assertCompatibleVersion

public void assertCompatibleVersion()
Define a strategy how to select those versions of JHotDraw with which they are compatible.

Specified by:
assertCompatibleVersion in interface VersionControlStrategy