Remove MyDynamicPluginListener

This commit is contained in:
Jakub Chrzanowski
2020-06-22 13:08:19 +02:00
parent 062cb65722
commit 3e1244f12c
3 changed files with 0 additions and 24 deletions

View File

@@ -146,7 +146,6 @@ general scaffold. Having that in mind, it contains few following files:
.
├── MyBundle.kt Bundle class providing access to the resources messages
├── listeners
│   ├── MyDynamicPluginListener.kt Dynamic Plugin listener - handles plugin lifecycle events
│   └── MyProjectManagerListener.kt Project Manager listener - handles project lifecycle
└── services
├── MyApplicationService.kt Application-level service available for all projects