mvc
Interface Callback


public interface Callback

A Callback responds to changes in the value of a Model.


Method Summary
 void execute()
          cbk.execute() implements cbk's response to a change to the value in a model in which cbk is registered.
 

Method Detail

execute

void execute()
cbk.execute() implements cbk's response to a change to the value in a model in which cbk is registered.