LaKraven / LKSL

LaKraven Studios Standard Library
http://otapi.com
Other
51 stars 15 forks source link

Add TLKEventSimple #10

Closed LaKraven closed 9 years ago

LaKraven commented 9 years ago

TLKEventSimple will be a stripped-down version of TLKEvent, intended for simple Notification Events containing absolutely no data. These are ideal for simple use-cases where you just want to trigger a method to execute using an Event, where there is absolutely no need for any data to be passed along with the Event.

The following methods will not need to be overloaded for TLKEventSimple:

LaKraven commented 9 years ago

Done!