X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fdali-swig%2FSWIG%2Fevents%2Fscrollable-event.i;h=713e72828055fa1c71def69be0d886594a7cac6d;hb=b7d35fcb8b551c9c38e3b5a225aecef43ca98bdb;hp=1ab5d13f9a9472274282e9f25889dd92c1a99e66;hpb=9d962edfc2200e02b0db2b00250e875805624918;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/plugins/dali-swig/SWIG/events/scrollable-event.i b/plugins/dali-swig/SWIG/events/scrollable-event.i index 1ab5d13..713e728 100644 --- a/plugins/dali-swig/SWIG/events/scrollable-event.i +++ b/plugins/dali-swig/SWIG/events/scrollable-event.i @@ -78,30 +78,21 @@ public class CompletedEventArgs : EventArgs } [UnmanagedFunctionPointer(CallingConvention.StdCall)] - public delegate void StartedEventHandler(object source, StartedEventArgs e); - - [UnmanagedFunctionPointer(CallingConvention.StdCall)] - public delegate void UpdatedEventHandler(object source, UpdatedEventArgs e); - - [UnmanagedFunctionPointer(CallingConvention.StdCall)] - public delegate void CompletedEventHandler(object source, CompletedEventArgs e); - - [UnmanagedFunctionPointer(CallingConvention.StdCall)] private delegate void StartedCallbackDelegate(IntPtr vector2); - private StartedEventHandler _scrollableStartedEventHandler; + private DaliEventHandler _scrollableStartedEventHandler; private StartedCallbackDelegate _scrollableStartedCallbackDelegate; [UnmanagedFunctionPointer(CallingConvention.StdCall)] private delegate void UpdatedCallbackDelegate(IntPtr vector2); - private UpdatedEventHandler _scrollableUpdatedEventHandler; + private DaliEventHandler _scrollableUpdatedEventHandler; private UpdatedCallbackDelegate _scrollableUpdatedCallbackDelegate; [UnmanagedFunctionPointer(CallingConvention.StdCall)] private delegate void CompletedCallbackDelegate(IntPtr vector2); - private CompletedEventHandler _scrollableCompletedEventHandler; + private DaliEventHandler _scrollableCompletedEventHandler; private CompletedCallbackDelegate _scrollableCompletedCallbackDelegate; - public event StartedEventHandler ScrollStarted + public event DaliEventHandler ScrollStarted { add { @@ -147,7 +138,7 @@ public class CompletedEventArgs : EventArgs } - public event UpdatedEventHandler ScrollUpdated + public event DaliEventHandler ScrollUpdated { add { @@ -193,7 +184,7 @@ public class CompletedEventArgs : EventArgs } - public event CompletedEventHandler ScrollCompleted + public event DaliEventHandler ScrollCompleted { add {