Package org.agilewiki.jactor.pubsub.subscriber

Examples of org.agilewiki.jactor.pubsub.subscriber.Unsubscribed


     * @param rp        The response processor.
     */
    @Override
    public void unsubscribed(Publisher publisher, RP rp)
            throws Exception {
        Unsubscribed unsubscribed = new Unsubscribed(this);
        publish(unsubscribed, rp);
    }
View Full Code Here

TOP

Related Classes of org.agilewiki.jactor.pubsub.subscriber.Unsubscribed

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.