在核心项目调用模块的类的方法

来源:互联网 发布:中信建投炒股软件 编辑:程序博客网 时间:2024/06/08 16:50

1 模块类:

package com.module.mailchimp.event

       public class SubscribeToNewsLetterMailchimpListener implements
        CustomerPropertyChangeListener {

            public void onEvent(CustomerPropertyChangeEvent changeEvent) {....}

      }

2 核心项目类:

package com.customerprops.event

public class CustomerPropertyChangeListeners {

    // 在核心项目调用模块类的方法

}

步骤如下图:

step1:

step2:


step3:

step4:



step5:


0 0
原创粉丝点击