The interface java.util.Observer has a method
This is called when a state change occurs in the Observable.
I came across this
Sun Tutorial, but am still unclear as to how do you pass the entire state information using just one Object variable.
Has anyone come across a similar situation...?
Thanks