NSWindowDelegateHandler class

A class that handles NSWindowDelegates and their appropriate method channel.

Constructors

NSWindowDelegateHandler()

Properties

channel MethodChannel
final
delegates Map<NSWindowDelegateHandle, NSWindowDelegate>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addDelegate(NSWindowDelegate delegate) NSWindowDelegateHandle
Adds a delegate to this NSWindowDelegateHandler.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeDelegate(NSWindowDelegateHandle handle) → void
Removes the handle's delegate from this NSWindowDelegateHandler.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited