public final class DomainFactory extends Object
Domain
) with a name. The
name should be unique to avoid 'collision' of events.Domain
Modifier and Type | Field and Description |
---|---|
static Domain |
UNLISTEN_DOMAIN
All unlisten events (
UnlistenEvent ) will be registered to
the UNLISTEN_DOMAIN. |
static Domain |
USER_SPECIFIC_DOMAIN
The
USER_SPECIFIC_DOMAIN is a special domain for
user-specific events. |
public static final Domain UNLISTEN_DOMAIN
UnlistenEvent
) will be registered to
the UNLISTEN_DOMAIN.public static final Domain USER_SPECIFIC_DOMAIN
USER_SPECIFIC_DOMAIN
is a special domain for
user-specific events. User-specific events will be registered to that domain. This domain holds only events for
the specified client / user and doesn't provide events for all users like all other domains.
Technically the user-specific domain is implemented as a / the NULL-domain.Copyright © 2012. All Rights Reserved.