日期:2014-05-20  浏览次数:20803 次

求助,求解释!
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这个类是从哪来的?
贴出来看看。