Drag[en]gine Script Module DragonScript  1.21
Dragengine.Gui.WindowDialog.BlockResultListener Class Reference

ResultListener implementstion calling block with Object result. More...

Inheritance diagram for Dragengine.Gui.WindowDialog.BlockResultListener:
Dragengine.Gui.WindowDialog.ResultListener

Public Member Functions

Block getBlock ()
 Block to call. More...
 
BlockResultListener new (Block resultBlock)
 Create result listener. More...
 
void onResult (Object result)
 Dialog closed with result. More...
 

Public Attributes

Block pBlock
 Block to call. More...
 

Detailed Description

ResultListener implementstion calling block with Object result.

Member Function Documentation

◆ getBlock()

Block Dragengine.Gui.WindowDialog.BlockResultListener.getBlock ( )

Block to call.

◆ new()

BlockResultListener Dragengine.Gui.WindowDialog.BlockResultListener.new ( Block  resultBlock)

Create result listener.

◆ onResult()

void Dragengine.Gui.WindowDialog.BlockResultListener.onResult ( Object  result)

Dialog closed with result.

Implements Dragengine.Gui.WindowDialog.ResultListener.

Member Data Documentation

◆ pBlock

Block Dragengine.Gui.WindowDialog.BlockResultListener.pBlock

Block to call.


The documentation for this class was generated from the following file: