Skip to content
  • Jörg Richter's avatar
    DMXObject API: setChildTopics() -> update() (#341) · 9695c1a5
    Jörg Richter authored
    BREAKING CHANGE
    
    systems.dmx.core.DMXObject
    
    change 1 method:
    
    void setChildTopics(ChildTopicsModel childTopics)
    ->
    void update(ChildTopicsModel updateModel)
    
    Now update() is convenience that constructs a DMXObjectModel from a ChildTopicsModel and calls canonic update() with it.
    9695c1a5