hidedeprecatedThis interface was intended to be used by Gears. Since Gears was deprecated, so is this class. mName = name; mPath = path; mFileName = fileName; mDescription = description; mHandler = new DefaultClickHandler();
mName = name; mPath = path; mFileName = fileName; mDescription = description; mHandler = new DefaultClickHandler();
Invokes the click handler for this plugin.hidedeprecatedThis interface was intended to be used by Gears. Since Gears was deprecated, so is this class. if (mHandler != null) { mHandler.handleClickEvent(context); }
if (mHandler != null) { mHandler.handleClickEvent(context); }
hidedeprecatedThis interface was intended to be used by Gears. Since Gears was deprecated, so is this class. return mDescription;
return mDescription;
hidedeprecatedThis interface was intended to be used by Gears. Since Gears was deprecated, so is this class. return mFileName;
return mFileName;
hidedeprecatedThis interface was intended to be used by Gears. Since Gears was deprecated, so is this class. return mName;
return mName;
hidedeprecatedThis interface was intended to be used by Gears. Since Gears was deprecated, so is this class. return mPath;
return mPath;
hidedeprecatedThis interface was intended to be used by Gears. Since Gears was deprecated, so is this class. mHandler = handler;
mHandler = handler;
hidedeprecatedThis interface was intended to be used by Gears. Since Gears was deprecated, so is this class. mDescription = description;
mDescription = description;
hidedeprecatedThis interface was intended to be used by Gears. Since Gears was deprecated, so is this class. mFileName = fileName;
mFileName = fileName;
hidedeprecatedThis interface was intended to be used by Gears. Since Gears was deprecated, so is this class. mName = name;
mName = name;
hidedeprecatedThis interface was intended to be used by Gears. Since Gears was deprecated, so is this class. mPath = path;
mPath = path;