Package jsx.event

Examples of jsx.event.Publishable


     *
     * @return
     */
    protected final Publishable<?> event() {
        if (events == null) {
            events = new Publishable();
        }
        return events;
    }
View Full Code Here

TOP

Related Classes of jsx.event.Publishable

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.