Package com.extjs.gxt.ui.client.mvc

A lightweight MVC implementation.

See:
          Description

Class Summary
AppEvent AppEvents are used to pass messages between Controllers and Views.
Controller Controllers process and respond to application events.
Dispatcher Dispatchers are responsible for dispatching application events to controllers.
DispatcherListener Event listener for dispatcher events.
View Views are responsible for rendering the user interface.
 

Package com.extjs.gxt.ui.client.mvc Description

A lightweight MVC implementation.