public class TransactionSuggestRemovedEvent extends com.google.gwt.event.shared.GwtEvent<TransactionSuggestRemovedHandler>
| Constructor and Description |
|---|
TransactionSuggestRemovedEvent(Transaction transaction) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(TransactionSuggestRemovedHandler handler) |
static void |
fire(HasTransactionSuggestRemovedHandlers source,
Transaction transaction)
Fires a selection event on all registered handlers in the handler
manager.If no such handlers exist, this method will do nothing.
|
com.google.gwt.event.shared.GwtEvent.Type<TransactionSuggestRemovedHandler> |
getAssociatedType() |
Transaction |
getTransaction() |
static com.google.gwt.event.shared.GwtEvent.Type<TransactionSuggestRemovedHandler> |
getType()
Gets the type associated with this event.
|
assertLive, getSource, isLive, kill, revivepublic TransactionSuggestRemovedEvent(Transaction transaction)
public static void fire(HasTransactionSuggestRemovedHandlers source, Transaction transaction)
source - the source of the handlerstransaction - transaction to removepublic static com.google.gwt.event.shared.GwtEvent.Type<TransactionSuggestRemovedHandler> getType()
public final com.google.gwt.event.shared.GwtEvent.Type<TransactionSuggestRemovedHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<TransactionSuggestRemovedHandler>public Transaction getTransaction()
protected void dispatch(TransactionSuggestRemovedHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<TransactionSuggestRemovedHandler>Copyright © 2023. All rights reserved.