Class RosterFactory.Bean

    • Constructor Summary

      Constructors 
      Constructor Description
      Bean()  
    • Constructor Detail

      • Bean

        public Bean()
    • Method Detail

      • setDefaultRosterImplementation

        public void setDefaultRosterImplementation​(java.lang.String defaultRosterImplementation)
      • setEventBus

        public void setEventBus​(EventBus eventBus)
      • initialize

        public void initialize()
        Description copied from interface: Initializable
        Method will be called, when bean will be created, configured and ready to use.
        Specified by:
        initialize in interface Initializable