Folks,
If you define an interface and have a block implement that interface, how would you model an instance specification showing a concrete method fulfilling an interface operation?
It's along the lines of, when programming, a class would have a delegate, and you can pass the function in as a property.