All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.noear.wood.IBinder Maven / Gradle / Ivy

There is a newer version: 1.3.14
Show newest version
package org.noear.wood;

import java.io.Serializable;

/**
 * Created by noear on 14-6-13.
 * 万能绑定接口
 */
public interface IBinder extends Serializable {

    void bind(GetHandlerEx source);


    IBinder clone();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy