forked from fanruan/design
Browse Source
1、插件变动的监听 2、StableFactory生产者和消费者的监听,并在模块启动时添加了生产者监听 目前还需: 1、添加FSPlate作为生产者 2、JavaScript缓存作为消费者 3、FSPlate比较特殊,它同时是插件变动的监听和StableFactory的生产者,需要再考虑如何设计master
juhaoyu
8 years ago
3 changed files with 2 additions and 16 deletions
@ -1,15 +0,0 @@
|
||||
package com.fr.design.extra; |
||||
|
||||
/** |
||||
* @author richie |
||||
* @date 2015-03-11 |
||||
* @since 8.0 |
||||
*/ |
||||
public class PluginConstants { |
||||
|
||||
|
||||
public static final int BYTES_NUM = 1024; |
||||
|
||||
|
||||
|
||||
} |
Loading…
Reference in new issue