public class

UIEvent

extends Object
java.lang.Object
   ↳ vars.annotation.ui.eventbus.UIEvent<A>
Known Direct Subclasses
Known Indirect Subclasses

Summary

Fields
protected final Object eventSource
protected final A refs
Public Constructors
UIEvent(Object source, A refs)
Public Methods
A get()
Object getEventSource()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected final Object eventSource

protected final A refs

Public Constructors

public UIEvent (Object source, A refs)

Public Methods

public A get ()

public Object getEventSource ()

public String toString ()