forked from sakaiproject/sakai
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LSNBLDR-784 Moved all event literals into single class (sakaiproject#…
- Loading branch information
1 parent
83f4066
commit 5e81f59
Showing
7 changed files
with
41 additions
and
24 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/api/LessonBuilderEvents.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package org.sakaiproject.lessonbuildertool.api; | ||
|
||
public class LessonBuilderEvents { | ||
|
||
public static final String CREATE = "lessonbuilder.create"; | ||
public static final String UPDATE = "lessonbuilder.update"; | ||
public static final String DELETE = "lessonbuilder.delete"; | ||
public static final String REMOVE = "lessonbuilder.remove"; | ||
public static final String READ = "lessonbuilder.read"; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters