Table of Contents Chapter Index Previous Slide Next Slide 444
Summary

Writing program scripts with Java
Summary
  • The initialize and shutdown methods are called at load and unload

  • The processEvent method is called when an event is received

  • The eventsProcessed method is called after all (or some) events have been received

  • Methods can get field values and send event outputs