jar

org.puremvc : PureMVC

Maven & Gradle

Mar 21, 2019
30 stars

PureMVC · PureMVC is a lightweight framework for creating applications based upon the classic Model-View-Controller design meta-pattern. This is the specific implementation for the Java language. It does not support modular programming since it uses Singletons as Core actors rather than the Multiton used in the MultiCore Version.

Table Of Contents

Latest Version

Download org.puremvc : PureMVC JAR file - Latest Versions:

All Versions

Download org.puremvc : PureMVC JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window PureMVC-2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.puremvc.java.interfaces

├─ org.puremvc.java.interfaces.ICommand.class - [JAR]

├─ org.puremvc.java.interfaces.IController.class - [JAR]

├─ org.puremvc.java.interfaces.IFacade.class - [JAR]

├─ org.puremvc.java.interfaces.IMediator.class - [JAR]

├─ org.puremvc.java.interfaces.IModel.class - [JAR]

├─ org.puremvc.java.interfaces.INotification.class - [JAR]

├─ org.puremvc.java.interfaces.INotifier.class - [JAR]

├─ org.puremvc.java.interfaces.IObserver.class - [JAR]

├─ org.puremvc.java.interfaces.IProxy.class - [JAR]

├─ org.puremvc.java.interfaces.IView.class - [JAR]

org.puremvc.java.patterns.proxy

├─ org.puremvc.java.patterns.proxy.Proxy.class - [JAR]

org.puremvc.java.patterns.observer

├─ org.puremvc.java.patterns.observer.Notification.class - [JAR]

├─ org.puremvc.java.patterns.observer.Notifier.class - [JAR]

├─ org.puremvc.java.patterns.observer.Observer.class - [JAR]

org.puremvc.java.patterns.command

├─ org.puremvc.java.patterns.command.MacroCommand.class - [JAR]

├─ org.puremvc.java.patterns.command.SimpleCommand.class - [JAR]

org.puremvc.java.core

├─ org.puremvc.java.core.Controller.class - [JAR]

├─ org.puremvc.java.core.Model.class - [JAR]

├─ org.puremvc.java.core.View.class - [JAR]

org.puremvc.java.patterns.mediator

├─ org.puremvc.java.patterns.mediator.Mediator.class - [JAR]

org.puremvc.java.patterns.facade

├─ org.puremvc.java.patterns.facade.Facade.class - [JAR]