Package org.puremvc.java.multicore.interfaces

Examples of org.puremvc.java.multicore.interfaces.IMediator.onRemove()


      // remove the mediator from the map
      mediatorMap.remove(mediatorName);

      // alert the mediator that it has been removed
      mediator.onRemove();
    }
    return mediator;
  }

  /**
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.