The Presenter is a behavioural component that manages one or more Views and\n thus implements the Presenter interface of any View it manages. Presenters populate and\n potentially update Views with data. This will often involve interacting with the communications\n interface(s) associated with an application. If a View allows the creation or alteration\n of data, those behaviours are usually handled directly by the View's Presenter.
Generated from the mvw schema at version 0.1
This code was auto-generated by the dmogenerator utility and shouldn't be alterred manually! Generated from: org.dmd.dms.util.DmoFormatter.dumpDMO(DmoFormatter.java:133)