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
-
diary
-
-
err
-
-
errThread
-
-
EXIT
-
-
in
-
-
NEWDAY
-
-
NEWENTRY
-
-
out
-
-
proc
-
-
DiaryDisplayInterface(Diary)
-
-
notifyDisplay(int, int, String)
-
diary
public Diary diary
proc
public Process proc
in
public DataInputStream in
out
public DataOutputStream out
err
public InputStream err
errThread
public DiaryDisplayInterface. ErrorThread errThread
NEWDAY
public static final int NEWDAY
NEWENTRY
public static final int NEWENTRY
EXIT
public static final int EXIT
DiaryDisplayInterface
public DiaryDisplayInterface(Diary newDiary)
notifyDisplay
public synchronized void notifyDisplay(int day,
int time,
String entry)
All Packages Class Hierarchy This Package Previous Next Index