Uses of Interface
i3mclient.communication.SMGetVersionListener

Packages that use SMGetVersionListener
i3mclient.communication   
i3mclient.test   
 

Uses of SMGetVersionListener in i3mclient.communication
 

Methods in i3mclient.communication with parameters of type SMGetVersionListener
 void Communication.getVersionAsynchron(String version, SMGetVersionListener listener, boolean swtThreadRequired)
          Returns the latest version of I3M (asynchron).
 

Uses of SMGetVersionListener in i3mclient.test
 

Classes in i3mclient.test that implement SMGetVersionListener
 class PerformanceTest