Package org.tomighty.lang

Examples of org.tomighty.lang.NotImplementedYet


    private final List<Object> publishedMessages = new ArrayList<Object>();

    @Override
    public <T> void subscribe(Subscriber<T> subscriber, Class<T> messageType) {
        throw new NotImplementedYet();
    }
View Full Code Here


        throw new NotImplementedYet();
    }

    @Override
    public <T> void unsubscribe(Subscriber<T> subscriber, Class<T> messageType) {
        throw new NotImplementedYet();
    }
View Full Code Here

TOP

Related Classes of org.tomighty.lang.NotImplementedYet

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.