System events - junkdog/artemis-odb GitHub Wiki

Entity events

Entities will be added and removed to your systems all the time. To perform logic during these events override #inserted and #removed methods in BaseEntitySystem and derived classes. #inserted is also called upon entities being added to the world through the WorldSerializationManager#load.