ZObjectMouseListener

Interface for handling mouse events on ZObject instances.

Implement this interface to receive mouse events for a specific ZObject. The listener will be called whenever a mouse event occurs and the object has this listener registered.

Functions

Link copied to clipboard
abstract fun onMouseEvent(obj: ZObject, event: ZMouseEvent)

Called when a mouse event occurs for the associated ZObject.