Interface RunDataNotable

All Known Implementing Classes:
vmarket

interface RunDataNotable

Interface suppying the methods needed for a calls to be notified by RunData

Version:
$Revision: 1.10 $
See Also:
MyEditor

Method Summary
 void runDataNotifyMesh()
          Invoked by RunData
 void runDataNotifyWalkers()
          Invoked by RunData
 

Method Detail

runDataNotifyMesh

public void runDataNotifyMesh()
Invoked by RunData

See Also:
RunData

runDataNotifyWalkers

public void runDataNotifyWalkers()
Invoked by RunData

See Also:
RunData