读书人

求解释

发布时间: 2012-06-06 16:44:11 作者: rapoo

求助,求解释!

Java code
public LoginFrame(){        init();        regeListener();        EMethodMapManage.addMethodMap("Dialog:showLogin", this, "showDialog");        EMethodMapManage.sendMethodMessage("theme:add", this, this);    }


谁帮我解释这个方法中的
EMethodMapManage.addMethodMap("Dialog:showLogin", this, "showDialog");
EMethodMapManage.sendMethodMessage("theme:add", this, this);
这两句话的意思?

[解决办法]
EMethodMapManage这个类是从哪来的?
贴出来看看。

读书人网 >J2SE开发

热点推荐