Package org.papoose.log.util

Examples of org.papoose.log.util.EventAdminTracker


    {
        if (context == null) throw new IllegalArgumentException("Bundle context is null");
        if (executorService == null) throw new IllegalArgumentException("Executor service is null");

        this.executorService = executorService;
        this.eventAdmin = new EventAdminTracker(context);
    }
View Full Code Here

TOP

Related Classes of org.papoose.log.util.EventAdminTracker

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.