Install and Enable events

Hi Guys,

I am building an addon that should make 4 API calls. xxx/install, xxx/install/enable, xxx/install/disable, xxx/install/uninstall. The issue is both install and enable is handled by afterPropertiesSet and disable and uninstall is handled by destroy. Is there a way that to handle the install event separate from from the enable event and same for disable and uninstall?