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

Public Member Functions

 LogInEvent ()
Public Member Functions inherited from com.runehive.content.event.InteractionEvent
InteractionType getType ()
boolean isHandled ()
void setHandled (boolean handled)

Additional Inherited Members

Protected Member Functions inherited from com.runehive.content.event.InteractionEvent
 InteractionEvent (InteractionType type)

Detailed Description

Author
Stand Up
Since
16-6-2017.

Definition at line 9 of file LogInEvent.java.

Constructor & Destructor Documentation

◆ LogInEvent()

com.runehive.content.event.impl.LogInEvent.LogInEvent ( )

Definition at line 11 of file LogInEvent.java.

11 {
12 super(InteractionType.LOG_IN);
13 }

References com.runehive.content.event.InteractionEvent.InteractionType.LOG_IN.


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