By gauravjassal
via gauravjassal.com
Submitted: Nov 09 2009 / 15:01
The Observer pattern defines a mechanism by which components can opt-in to receive messages when a target object changes its state. Its works similar to Listening to a Change event for a object or Trigger in a database, which runs a stored procedure when a table row is modified.
Add your comment