mital / mcrux

Automatically exported from code.google.com/p/mcrux
0 stars 0 forks source link

Investigate various plug-in APIs #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Investigate various plug-in APIs and come up with a design of plug-ins to
MCrux.

Original issue reported on code.google.com by mital.d....@gmail.com on 13 Dec 2008 at 2:48

GoogleCodeExporter commented 9 years ago
* create MCrux class with APIs:
* initialize(plugin_list)
** initializes MCrux with the Plug-ins provided by the list of plugins.

* getPlugin()
** // TODO: to be done

* finalize()
** // TODO: to be done.

* Try returning JSObject which is a MCruxPlugin class object. and try calling 
any
method of this class through registered call back.
* Refactor the APIs.

Original comment by mital.d....@gmail.com on 14 Dec 2008 at 1:13

GoogleCodeExporter commented 9 years ago

Original comment by mital.d....@gmail.com on 28 Dec 2008 at 3:14