public abstract class AbstractHandler extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractHandler.Type
Defines what type of event is expected by Handler.
|
| Constructor and Description |
|---|
AbstractHandler(String packageName,
String eventName) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
dispatch(Object event,
Object source,
boolean remotelyGeneratedEvent) |
String |
getEventName() |
String |
getPackageName() |
abstract AbstractHandler.Type |
getRequiredEventType() |
public String getEventName()
public String getPackageName()
public abstract AbstractHandler.Type getRequiredEventType()
Copyright © 2004–2021 "Tigase, Inc.". All rights reserved.