Uses of Class
it.gotoandplay.smartfoxserver.extensions.AbstractExtension

Packages that use AbstractExtension
it.gotoandplay.smartfoxserver.data   
it.gotoandplay.smartfoxserver.extensions.examples   
 

Uses of AbstractExtension in it.gotoandplay.smartfoxserver.data
 

Methods in it.gotoandplay.smartfoxserver.data that return AbstractExtension
 AbstractExtension Zone.getExtension(java.lang.String name)
          Get an extension from its name
 

Uses of AbstractExtension in it.gotoandplay.smartfoxserver.extensions.examples
 

Subclasses of AbstractExtension in it.gotoandplay.smartfoxserver.extensions.examples
 class PixelGame
          PixelGame -- SmartFoxServer example Extension version 1.0.0
 class SchedulerExample
           
 class SimpleDbExtension
          SimpleDbExtension.java This example is the java translation of the dbExtension Actionscript Example found in the sfsExtensions/ folder
For further details you should read the tutorial 8.3 of the SmartFoxServer documentation
 class SimpleExtension
           This is the most simple SmartFoxServer extension possible.