The Talon Manual

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed punctuation errors

...

The AppEventHandlerContainersAccessor method , must have a signature that accepts a java.util.Set as its only argument and should appear only once in an application. The provided set is an ordered Set, so if multiple handlers declare EventHandlers for the same type, Talon will dispatch events to them in the order they are added to the set.

...