generate Javadoc
This commit is contained in:
parent
fb1460a3d7
commit
e3f19a0439
@ -7,8 +7,9 @@
|
|||||||
package kontakte.controller;
|
package kontakte.controller;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* Das Interface für Kommandos, die mit dem Model interagieren.
|
||||||
* @author nobody
|
*
|
||||||
|
* @see kontakte.model.Model
|
||||||
*/
|
*/
|
||||||
public interface CommandInterface
|
public interface CommandInterface
|
||||||
{
|
{
|
||||||
|
@ -11,8 +11,9 @@ import java.util.HashMap;
|
|||||||
import java.util.Stack;
|
import java.util.Stack;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* Diese Klasse verknüpft Eventquellen mit ihren entsprechenden Kommandos.
|
||||||
* @author nobody
|
*
|
||||||
|
* @see CommandInterface
|
||||||
*/
|
*/
|
||||||
public class CommandInvoker
|
public class CommandInvoker
|
||||||
{
|
{
|
||||||
|
@ -13,8 +13,10 @@ import kontakte.model.Model;
|
|||||||
import kontakte.view.View;
|
import kontakte.view.View;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* Diese Klasse leitet Events von der View an den CommandInvoker weiter.
|
||||||
* @author nobody
|
*
|
||||||
|
* @see View
|
||||||
|
* @see CommandInvoker
|
||||||
*/
|
*/
|
||||||
public class Controller implements ActionListener
|
public class Controller implements ActionListener
|
||||||
{
|
{
|
||||||
|
@ -9,8 +9,9 @@ package kontakte.model;
|
|||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* Die Datenschicht der Anwendung. Es wird eine HasMap mit Kontakten verwaltet.
|
||||||
* @author nobody
|
*
|
||||||
|
* @see Kontakt
|
||||||
*/
|
*/
|
||||||
public class Model
|
public class Model
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user