Guest User

Untitled

a guest
Jul 16th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. (defmethod transmit-observation-block-data ((gui Spike-Gui)
  2. (block Observation-Block))
  3. "Transmit the observation block data to the gui."
  4. (talk-to-client
  5. (gui-message
  6. (nested-tag
  7. :data
  8. (to-xml block)))))
Add Comment
Please, Sign In to add comment