public class ControllerEvent extends EventObject
source
Constructor and Description |
---|
ControllerEvent(Object source,
ControllerType type,
Object value) |
Modifier and Type | Method and Description |
---|---|
ControllerType |
getType() |
Object |
getValue() |
String |
toString() |
getSource
public ControllerEvent(Object source, ControllerType type, Object value)
public ControllerType getType()
public Object getValue()
public String toString()
toString
in class EventObject
Copyright © 2016. All rights reserved.