com.softsynth.jsyn
Interface Gateway


public interface Gateway

Gateway interface to provide version synchronization between plugins and applets. This is needed to avoid NoClassDefFoundErrors.

Author:
Phil Burk (C) 2000

Method Summary
 void checkUpgrade(int packageVersion)
           
 java.lang.String getCopyright()
           
 int getVersion()
           
 

Method Detail

checkUpgrade

void checkUpgrade(int packageVersion)

getCopyright

java.lang.String getCopyright()

getVersion

int getVersion()