ActionRegistry

Hi there,
can i realize an ActionRegistry with the IT Mill Toolkit?
Like, i want to register all my actions at one point, and from this point i want to have access to these actions for my whole application.
I’m looking for something like javax.swing.Action interface which i can implement and inherit the actionPerformed method in my specialized class.