Changed event name to DISPLAY_OBJECT_DETAILS

This commit is contained in:
Eric Espie
2021-12-31 08:53:36 +01:00
parent 551abc861e
commit fba78e7d9b
4 changed files with 6 additions and 6 deletions

View File

@@ -29,8 +29,8 @@ class EventName
const BEFORE_APPLY_STIMULUS = 'BeforeApplyStimulus';
const AFTER_APPLY_STIMULUS = 'AfterApplyStimulus';
const ON_CHECK_TO_WRITE = 'OnCheckToWrite';
const ON_CHECK_TO_DELETE = 'OnCheckToDelete';
const OBJECT_DETAILS = 'ObjectDetails';
const ON_CHECK_TO_DELETE = 'OnCheckToDelete';
const DISPLAY_OBJECT_DETAILS = 'DisplayObjectDetails';
// Application
//