RuneHive-Game
Loading...
Searching...
No Matches
com.runehive.game.event.impl.ButtonClickEvent Class Reference
Inheritance diagram for com.runehive.game.event.impl.ButtonClickEvent:
Collaboration diagram for com.runehive.game.event.impl.ButtonClickEvent:

Public Member Functions

 ButtonClickEvent (int button)
int getButton ()

Private Attributes

final int button

Detailed Description

Definition at line 5 of file ButtonClickEvent.java.

Constructor & Destructor Documentation

◆ ButtonClickEvent()

com.runehive.game.event.impl.ButtonClickEvent.ButtonClickEvent ( int button)

Definition at line 9 of file ButtonClickEvent.java.

9 {
10 this.button = button;
11 }

References button.

Member Function Documentation

◆ getButton()

int com.runehive.game.event.impl.ButtonClickEvent.getButton ( )

Definition at line 13 of file ButtonClickEvent.java.

13 {
14 return button;
15 }

References button.

Member Data Documentation

◆ button

final int com.runehive.game.event.impl.ButtonClickEvent.button
private

Definition at line 7 of file ButtonClickEvent.java.

Referenced by ButtonClickEvent(), and getButton().


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