Observer
The book has now been published and the content of this chapter has likely changed substanstially.An object that is notified whenever another object changes state.
From [GOF]:
Define a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically.
Copyright © 2003-2008 Gerard Meszaros all rights reserved