org.jhotdraw.util
Interface VersionRequester

All Known Implementing Classes:
DrawApplet, DrawApplication, JavaDrawApp, JavaDrawApplet, MDI_DrawApplication, SplitPaneDrawApplication

public interface VersionRequester

Version:
<$CURRENT_VERSION$>
Author:
Wolfram Kaiser

Method Summary
 java.lang.String[] getRequiredVersions()
          Subclasses should override this method to specify to which versions of JHotDraw they are compatible.
 

Method Detail

getRequiredVersions

java.lang.String[] getRequiredVersions()
Subclasses should override this method to specify to which versions of JHotDraw they are compatible. A string array is returned so it is possible to specify several version numbers of JHotDraw to which the application is compatible with.

Returns:
all versions number of JHotDraw the application is compatible with.