public interface FunctionOperationEvents
| Modifier and Type | Field and Description |
|---|---|
static String |
EVENT_FUNCT_EXEC |
static String |
EVENT_FUNCT_REGISTER |
static String |
EVENT_FUNCT_UNREGISTER |
| Modifier and Type | Method and Description |
|---|---|
void |
functionExecuted(String id,
Object result) |
void |
functionRegistered(String id) |
void |
functionUnregistered(String id) |
static final String EVENT_FUNCT_REGISTER
static final String EVENT_FUNCT_UNREGISTER
static final String EVENT_FUNCT_EXEC
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.