public class DesktopLauncherEvent
extends java.lang.Object
| Constructor and Description |
|---|
DesktopLauncherEvent(boolean treated,
DesktopLauncherEventDirection direction,
java.lang.String otherId,
java.lang.String type,
java.lang.String className,
java.lang.String valueText)
Construtor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName()
Consulta o atributo (ver documentação de
className). |
java.util.Date |
getDate()
Consulta o atributo (ver documentação de
date). |
DesktopLauncherEventDirection |
getDirection()
Consulta o atributo (ver documentação de
direction). |
java.lang.String |
getOtherId()
Consulta o atributo (ver documentação de
otherId). |
java.lang.String |
getType()
Consulta o atributo (ver documentação de
type). |
java.lang.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,
java.lang.String otherId,
java.lang.String type,
java.lang.String className,
java.lang.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 java.lang.String getClassName()
className).public final java.util.Date getDate()
date).public final DesktopLauncherEventDirection getDirection()
direction).public final java.lang.String getOtherId()
otherId).public java.lang.String getType()
type).public final java.lang.String getValueText()
valueText).public final boolean isTreated()
treated).Copyright © 2016. All Rights Reserved.