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 TypeMethodDescriptionvoidbooleanvoidvoidnotifyPhilosopher(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:
readDatain classAbstractTableGui
-
notifyPhilosopher
public void notifyPhilosopher(int no, long time) - Specified by:
notifyPhilosopherin classAbstractTableGui
-
isWaitForClicks
public boolean isWaitForClicks()- Specified by:
isWaitForClicksin classAbstractTableGui
-
invertWaitForClicks
public void invertWaitForClicks()- Specified by:
invertWaitForClicksin classAbstractTableGui
-
notifyAllPhilosophers
public void notifyAllPhilosophers()- Specified by:
notifyAllPhilosophersin classAbstractTableGui
-