Package com.droidkit.actors.mailbox

Examples of com.droidkit.actors.mailbox.Mailbox


     */
    public Mailbox createMailbox(MailboxesQueue queue) {
        if (mailboxCreator != null) {
            return mailboxCreator.createMailbox(queue);
        } else {
            return new Mailbox(queue);
        }
    }
View Full Code Here

TOP

Related Classes of com.droidkit.actors.mailbox.Mailbox

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.