Package com.cloud.event

Examples of com.cloud.event.ActionEventCallback


public class DefaultInterceptorLibrary implements InterceptorLibrary {

    @Override
    public void addInterceptors(List<AnnotationInterceptor<?>> interceptors) {
        interceptors.add(new DatabaseCallback());
        interceptors.add(new ActionEventCallback());
    }
View Full Code Here

TOP

Related Classes of com.cloud.event.ActionEventCallback

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.