public class DesktopLauncherEvent extends Object
| Constructor and Description |
|---|
DesktopLauncherEvent(boolean treated,
DesktopLauncherEventDirection direction,
String otherId,
String type,
String className,
String valueText)
Construtor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Consulta o atributo (ver documentação de
className). |
Date |
getDate()
Consulta o atributo (ver documentação de
date). |
DesktopLauncherEventDirection |
getDirection()
Consulta o atributo (ver documentação de
direction). |
String |
getOtherId()
Consulta o atributo (ver documentação de
otherId). |
String |
getType()
Consulta o atributo (ver documentação de
type). |
String |
getValueText()
Consulta o atributo (ver documentação de
valueText). |
boolean |
isTreated()
Consulta o atributo (ver documentação de
treated). |
public DesktopLauncherEvent(boolean treated,
DesktopLauncherEventDirection direction,
String otherId,
String type,
String className,
String valueText)
treated - indicativo de tratamentodirection - direçãootherId - id do outro client envolvidotype - o tipo do evento.className - classe do valor passado (textual)valueText - valor passado (textual)public final String getClassName()
className).public final Date getDate()
date).public final DesktopLauncherEventDirection getDirection()
direction).public final String getOtherId()
otherId).public String getType()
type).public final String getValueText()
valueText).public final boolean isTreated()
treated).Copyright © 2019. All rights reserved.