com.extjs.gxt.ui.client.event
Class MvcEvent

java.lang.Object
  extended by com.extjs.gxt.ui.client.event.BaseEvent
      extended by com.extjs.gxt.ui.client.event.MvcEvent

public class MvcEvent
extends BaseEvent

MVC event type.

Note: For a given event, only the fields which are appropriate will be filled in. The appropriate fields for each event are documented by the event source.


Constructor Summary
MvcEvent(Dispatcher d, AppEvent ae)
          Creates a new mvc event.
 
Method Summary
 AppEvent getAppEvent()
          Returns the application event.
 Dispatcher getDispatcher()
          Returns the dispatcher.
 java.lang.String getName()
          Returns the name.
 void setAppEvent(AppEvent appEvent)
          Sets the application event.
 void setDispatcher(Dispatcher dispatcher)
          Sets the dispatcher.
 void setName(java.lang.String name)
          Sets the name.
 
Methods inherited from class com.extjs.gxt.ui.client.event.BaseEvent
getSource, getType, isCancelled, setCancelled, setSource, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MvcEvent

public MvcEvent(Dispatcher d,
                AppEvent ae)
Creates a new mvc event.

Parameters:
d - the dispatcher
ae - the application event
Method Detail

getAppEvent

public AppEvent getAppEvent()
Returns the application event.

Returns:
the application event

getDispatcher

public Dispatcher getDispatcher()
Returns the dispatcher.

Returns:
the dispatcher

getName

public java.lang.String getName()
Returns the name.

Returns:
the name

setAppEvent

public void setAppEvent(AppEvent appEvent)
Sets the application event.

Parameters:
appEvent - the application event

setDispatcher

public void setDispatcher(Dispatcher dispatcher)
Sets the dispatcher.

Parameters:
dispatcher - the dispatcher

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - the name