Package aspect.event

Examples of aspect.event.EntityEvent


     *
     * @param name the event name
     * @param args the event data
     */
    public void fireEvent(String name, Object... args) {
        fireEvent(new EntityEvent(Behavior.class, name, args));
    }
View Full Code Here

TOP

Related Classes of aspect.event.EntityEvent

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.