implementing StorageEvent interface

This commit is contained in:
snf 2015-03-21 19:17:54 +00:00
parent 1432b630d2
commit db6aeef2ef
4 changed files with 143 additions and 0 deletions

View file

@ -37,6 +37,7 @@ pub enum EventTypeId {
MessageEvent,
MouseEvent,
ProgressEvent,
StorageEvent,
UIEvent,
ErrorEvent
}