public class UberfireDocksInteractionEvent extends Object implements org.uberfire.workbench.events.UberFireEvent
Modifier and Type | Class and Description |
---|---|
static class |
UberfireDocksInteractionEvent.InteractionType |
Constructor and Description |
---|
UberfireDocksInteractionEvent(UberfireDockPosition position,
UberfireDocksInteractionEvent.InteractionType type) |
UberfireDocksInteractionEvent(UberfireDock targetDock,
UberfireDocksInteractionEvent.InteractionType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
UberfireDock |
getTargetDock() |
UberfireDockPosition |
getTargetDockPosition() |
UberfireDocksInteractionEvent.InteractionType |
getType() |
int |
hashCode() |
public UberfireDocksInteractionEvent(UberfireDock targetDock, UberfireDocksInteractionEvent.InteractionType type)
public UberfireDocksInteractionEvent(UberfireDockPosition position, UberfireDocksInteractionEvent.InteractionType type)
public UberfireDock getTargetDock()
public UberfireDockPosition getTargetDockPosition()
public UberfireDocksInteractionEvent.InteractionType getType()
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.