/**@class android.webkit.Plugin
@extends java.lang.Object

 Represents a plugin (Java equivalent of the PluginPackageAndroid
 C++ class in libs/WebKitLib/WebKit/WebCore/plugins/android/)

 @hide
 @deprecated This interface was intended to be used by Gears. Since Gears was
 deprecated, so is this class.
*/
var Plugin = {

/**
@hide 
@deprecated This interface was intended to be used by Gears. Since Gears was
 deprecated, so is this class.
*/
toString : function(  ) {},

/**
@hide 
@deprecated This interface was intended to be used by Gears. Since Gears was
 deprecated, so is this class.
*/
getName : function(  ) {},

/**
@hide 
@deprecated This interface was intended to be used by Gears. Since Gears was
 deprecated, so is this class.
*/
getPath : function(  ) {},

/**
@hide 
@deprecated This interface was intended to be used by Gears. Since Gears was
 deprecated, so is this class.
*/
getFileName : function(  ) {},

/**
@hide 
@deprecated This interface was intended to be used by Gears. Since Gears was
 deprecated, so is this class.
*/
getDescription : function(  ) {},

/**
@hide 
@deprecated This interface was intended to be used by Gears. Since Gears was
 deprecated, so is this class.
*/
setName : function(  ) {},

/**
@hide 
@deprecated This interface was intended to be used by Gears. Since Gears was
 deprecated, so is this class.
*/
setPath : function(  ) {},

/**
@hide 
@deprecated This interface was intended to be used by Gears. Since Gears was
 deprecated, so is this class.
*/
setFileName : function(  ) {},

/**
@hide 
@deprecated This interface was intended to be used by Gears. Since Gears was
 deprecated, so is this class.
*/
setDescription : function(  ) {},

/**
@hide 
@deprecated This interface was intended to be used by Gears. Since Gears was
 deprecated, so is this class.
*/
setClickHandler : function(  ) {},

/**Invokes the click handler for this plugin.
@hide 
@deprecated This interface was intended to be used by Gears. Since Gears was
 deprecated, so is this class.
*/
dispatchClickEvent : function(  ) {},


};