public class

UIChangeEvent

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

Class Overview

Base class for update events

Summary

[Expand]
Inherited Fields
From class vars.annotation.ui.eventbus.UIEvent
Public Constructors
UIChangeEvent(Object changeSource, A refs)
[Expand]
Inherited Methods
From class vars.annotation.ui.eventbus.UIEvent
From class java.lang.Object

Public Constructors

public UIChangeEvent (Object changeSource, A refs)