org.jtgl.ext
Interface JTGLExtension

All Known Implementing Classes:
JTGLAbstractExtension, JTGLExtensionConfigurable, MediaManager, Vibrator

public interface JTGLExtension

Defines a pluggable extension to the JTGL api. Extensions such device and media interfaces are provided.

Author:
Manuel Polo (manuel_polo at yahoo dot es)

Method Summary
 java.lang.String getInfo()
           
 java.lang.String getName()
           
 java.lang.Object getProperty(java.lang.String key)
           
 java.lang.String getVendor()
           
 java.lang.String getVersion()
           
 void init()
           
 void release()
           
 void setProperty(java.lang.String key, java.lang.Object value)
           
 

Method Detail

getName

java.lang.String getName()

getVersion

java.lang.String getVersion()

getVendor

java.lang.String getVendor()

getInfo

java.lang.String getInfo()

getProperty

java.lang.Object getProperty(java.lang.String key)

setProperty

void setProperty(java.lang.String key,
                 java.lang.Object value)

init

void init()
          throws JTGLExtensionException
Throws:
JTGLExtensionException

release

void release()
             throws JTGLExtensionException
Throws:
JTGLExtensionException