Submitted Questions

  • Pass Message in Class

    How can one class can pass message or inform other class that some event has happened, without using thread?

    TRAORE

    • May 14th, 2017

    By using Java built in observer design patern

    Shanu Shine

    • Oct 10th, 2014

    Use Observer design pattern