All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class test.active.DiaryDisplayInterface

java.lang.Object
   |
   +----test.active.DiaryDisplayInterface

public class DiaryDisplayInterface
extends Object
DiaryDisplayInterface.java This class is used to create the display and connect the diary to the Display

Version:
1.0
Author:
Markus Jäger

Variable Index

 o diary
 o err
 o errThread
 o EXIT
 o in
 o NEWDAY
 o NEWENTRY
 o out
 o proc

Constructor Index

 o DiaryDisplayInterface(Diary)

Method Index

 o notifyDisplay(int, int, String)

Variables

 o diary
 public Diary diary
 o proc
 public Process proc
 o in
 public DataInputStream in
 o out
 public DataOutputStream out
 o err
 public InputStream err
 o errThread
 public DiaryDisplayInterface. ErrorThread errThread
 o NEWDAY
 public static final int NEWDAY
 o NEWENTRY
 public static final int NEWENTRY
 o EXIT
 public static final int EXIT

Constructors

 o DiaryDisplayInterface
 public DiaryDisplayInterface(Diary newDiary)

Methods

 o notifyDisplay
 public synchronized void notifyDisplay(int day,
                                        int time,
                                        String entry)

All Packages  Class Hierarchy  This Package  Previous  Next  Index