Dispatching Events

To handle an (external) Event, that Event should be dispatched to the (internal) Eventhandler. In CastleCode that mapping is made by the naming of of eventhandler.
That is clear for the developer; but in the AIGR we need to make that specific.

std.invoke() on self.std {
  ...
 }

Comments

comments powered by Disqus