diff --git a/core/src/main/groovy/com/muwire/core/filefeeds/UIFIlePublishedEvent.groovy b/core/src/main/groovy/com/muwire/core/filefeeds/UIFIlePublishedEvent.groovy new file mode 100644 index 00000000..e2a18aed --- /dev/null +++ b/core/src/main/groovy/com/muwire/core/filefeeds/UIFIlePublishedEvent.groovy @@ -0,0 +1,8 @@ +package com.muwire.core.filefeeds + +import com.muwire.core.Event +import com.muwire.core.SharedFile + +class UIFIlePublishedEvent extends Event { + SharedFile sf +} diff --git a/core/src/main/groovy/com/muwire/core/filefeeds/UIFileUnpublishedEvent.groovy b/core/src/main/groovy/com/muwire/core/filefeeds/UIFileUnpublishedEvent.groovy new file mode 100644 index 00000000..b6fc47e2 --- /dev/null +++ b/core/src/main/groovy/com/muwire/core/filefeeds/UIFileUnpublishedEvent.groovy @@ -0,0 +1,7 @@ +package com.muwire.core.filefeeds + +import com.muwire.core.SharedFile + +class UIFileUnpublishedEvent { + SharedFile sf +}