mirror of https://github.com/zlatinb/muwire
UI Publish & Unpublish events
parent
2b6565d107
commit
49cf56fabb
|
@ -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
|
||||||
|
}
|
|
@ -0,0 +1,7 @@
|
||||||
|
package com.muwire.core.filefeeds
|
||||||
|
|
||||||
|
import com.muwire.core.SharedFile
|
||||||
|
|
||||||
|
class UIFileUnpublishedEvent {
|
||||||
|
SharedFile sf
|
||||||
|
}
|
Loading…
Reference in New Issue