mirror of
https://github.com/esiur/esiur-dart.git
synced 2025-09-29 18:53:19 +00:00
package
This commit is contained in:
10
lib/src/Core/IDestructible.dart
Normal file
10
lib/src/Core/IDestructible.dart
Normal file
@@ -0,0 +1,10 @@
|
||||
// library esiur;
|
||||
|
||||
import 'IEventHandler.dart';
|
||||
|
||||
typedef DestroyedEvent(sender);
|
||||
|
||||
abstract class IDestructible extends IEventHandler
|
||||
{
|
||||
void destroy();
|
||||
}
|
Reference in New Issue
Block a user