Interface PhilosopherListener

  • All Known Implementing Classes:
    DiningApplet

    public interface PhilosopherListener
    Listener for Philosopher events.
    Since:
    Ptolemy II 0.3
    Version:
    $Id$
    Author:
    Neil Smyth
    Pt.AcceptedRating:
    Red (cxh)
    Pt.ProposedRating:
    Red (cxh)
    • Method Detail

      • philosopherChanged

        void philosopherChanged()
        Indicate to the object that implements this interface that the state of a philosopher has changed.
        See Also:
        DiningPhilosophers