de.jsystems.framework.common.actions
Class LoadAction

java.lang.Object
  extended byde.jsystems.framework.common.action.AbstractAction
      extended byde.jsystems.framework.common.action.awt.ActionAction
          extended byde.jsystems.framework.common.actions.LoadAction
All Implemented Interfaces:
ActionListener, EventListener

public class LoadAction
extends ActionAction

Allgemeine Action zum laden des Inhaltes eines Models. Hier wird im Controller die Methode Controller.load() aufgerufen. Diese ruft dann auf allen Models der ausgewaehlten View die Methode load() auf.

Version:
1.0
Copyright by Jens Homm 2000 - 2004
Author:
Jens Homm JSYSTEMS

Constructor Summary
LoadAction()
          Erzeugt eine neue LoadAction.
 
Method Summary
 void doActionPerformed(ActionEvent ae)
          Ruft im Controller die Methode Controller.load() auf.
 
Methods inherited from class de.jsystems.framework.common.action.awt.ActionAction
actionPerformed
 
Methods inherited from class de.jsystems.framework.common.action.AbstractAction
addControl, disable, enable, exceptionInAction, getController, getControls, getException, getView, hasException, initialize, isEnabled, removeAll, removeControl, setException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadAction

public LoadAction()
Erzeugt eine neue LoadAction.

Method Detail

doActionPerformed

public void doActionPerformed(ActionEvent ae)
                       throws Exception
Ruft im Controller die Methode Controller.load() auf.

Overrides:
doActionPerformed in class ActionAction
Parameters:
ae - Das ausgeloeste ActionEvent.
Throws:
Exception - wenn ein Fehler in der Action auftritt.