Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class KeyBindEventWithCaller<ObjectType : Object, ReturnType>(caller: ObjectType?, val action: (ObjectType?) -> ReturnType) : KeyBindEvent<ObjectType, ReturnType>
Link copied to clipboard
class KeyBindInvoker<ObjectType : Object>(val action: (ObjectType) -> Unit) : KeyBindEvent<ObjectType, Unit>