API:IBoxEventManager

From Wiketomica

Jump to: navigation, search
API Home Participants API Discussion Demos Downloads Documentation Contact Us Acknowledgements


IBoxEventManager

Purpose

Proposed Interface

interface IBoxEventManager {

    void addListener(IBoxListener listener);

    void removeListener(IBoxListener listener);

}