Menu

#13 Design pattern on ClientGUI

1.0
closed
None
2016-04-03
2016-04-03
No

Apply a singleton design pattern:
We don’t want two instances of ClientGUI running in one machine, one instance of the application should correspond only to one client per machine. To do this, we can implement a singleton design pattern to create only one instance of the ClientGUI in one machine

Discussion

  • Tiago Soares

    Tiago Soares - 2016-04-03
    • status: open --> closed
    • assigned_to: Tiago Soares
     
  • Tiago Soares

    Tiago Soares - 2016-04-03

    Design pattern applied

     

Log in to post a comment.