Package | Description |
---|---|
org.komodo.spi.metadata | |
org.komodo.spi.repository |
Modifier and Type | Method and Description |
---|---|
KClient |
MetadataClientEvent.getSource() |
Modifier and Type | Method and Description |
---|---|
static MetadataClientEvent |
MetadataClientEvent.createShuttingDownEvent(KClient source) |
static MetadataClientEvent |
MetadataClientEvent.createStartedEvent(KClient source) |
Constructor and Description |
---|
MetadataClientEvent(MetadataClientEvent.EventType eventType,
KClient source) |
Modifier and Type | Method and Description |
---|---|
KClient |
RepositoryClientEvent.getSource() |
Modifier and Type | Method and Description |
---|---|
void |
Repository.addClient(KClient client)
Add an
KClient to send/receive notifications to/from |
static RepositoryClientEvent |
RepositoryClientEvent.createClearEvent(KClient source) |
static RepositoryClientEvent |
RepositoryClientEvent.createShuttingDownEvent(KClient source) |
static RepositoryClientEvent |
RepositoryClientEvent.createStartedEvent(KClient source) |
void |
Repository.removeClient(KClient client)
Remove an
KClient that we no longer wish to receive notifications from |
Constructor and Description |
---|
RepositoryClientEvent(RepositoryClientEvent.EventType eventType,
KClient source) |
Copyright © 2013–2019. All rights reserved.