On Fri, 2014-02-07 at 11:37 +0100, Fabien Bodard wrote:
> For example i have a class that emit an event
>
> MyClass1
> Event data
>
>
> MyClass1 -> so over drive the native class 1
> Event Data
>
> Public sub Super_Data() -> this is what i want to do
> inc_Index
> raise Dat
For example i have a class that emit an event
MyClass1
Event data
MyClass1 -> so over drive the native class 1
Event Data
Public sub Super_Data() -> this is what i want to do
inc_Index
raise Data
end
For the user it's transparnt as it is alway the class MyClass1 that
e