public abstract class AbstractUiThreadJEventListener<E extends org.solovyev.common.listeners.JEvent>
extends org.solovyev.common.listeners.AbstractJEventListener<E>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractUiThreadJEventListener(Class<E> eventType) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
handleEvent(E event)
Called on UI thread
|
void |
onEvent(E event) |
Copyright © 2014 se.solovyev. All Rights Reserved.