public class TransactionDetailEvent extends com.google.gwt.event.shared.GwtEvent<TransactionDetailEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static class |
TransactionDetailEvent.TransactionSource
Source of transaction id - for various source different approach of transaction loading is applied
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<TransactionDetailEventHandler> |
TYPE |
| Constructor and Description |
|---|
TransactionDetailEvent(Long id,
TransactionDetailEvent.TransactionSource source) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(TransactionDetailEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<TransactionDetailEventHandler> |
getAssociatedType() |
Long |
getId() |
TransactionDetailEvent.TransactionSource |
getSource() |
public static com.google.gwt.event.shared.GwtEvent.Type<TransactionDetailEventHandler> TYPE
public TransactionDetailEvent(Long id, TransactionDetailEvent.TransactionSource source)
public com.google.gwt.event.shared.GwtEvent.Type<TransactionDetailEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<TransactionDetailEventHandler>protected void dispatch(TransactionDetailEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<TransactionDetailEventHandler>public Long getId()
public TransactionDetailEvent.TransactionSource getSource()
getSource in class com.google.gwt.event.shared.GwtEvent<TransactionDetailEventHandler>Copyright © 2023. All rights reserved.