Package jadex.micro.philosophers.thread
Class TableGui
java.lang.Object
jadex.micro.philosophers.AbstractTableGui
jadex.micro.philosophers.thread.TableGui
-
Nested Class Summary
Nested classes/interfaces inherited from class jadex.micro.philosophers.AbstractTableGui
AbstractTableGui.PaintData
-
Field Summary
FieldsFields inherited from class jadex.micro.philosophers.AbstractTableGui
paintdata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
void
void
notifyPhilosopher
(int no, long time) readData
(int n) Methods inherited from class jadex.micro.philosophers.AbstractTableGui
loadImage
-
Field Details
-
t
-
-
Constructor Details
-
TableGui
-
-
Method Details
-
readData
- Specified by:
readData
in classAbstractTableGui
-
notifyPhilosopher
public void notifyPhilosopher(int no, long time) - Specified by:
notifyPhilosopher
in classAbstractTableGui
-
isWaitForClicks
public boolean isWaitForClicks()- Specified by:
isWaitForClicks
in classAbstractTableGui
-
invertWaitForClicks
public void invertWaitForClicks()- Specified by:
invertWaitForClicks
in classAbstractTableGui
-
notifyAllPhilosophers
public void notifyAllPhilosophers()- Specified by:
notifyAllPhilosophers
in classAbstractTableGui
-