public class FunctionEvents extends AbstractEvents implements FunctionOperationEvents
eventMap, lock, readLock, writeLockEVENT_FUNCT_EXEC, EVENT_FUNCT_REGISTER, EVENT_FUNCT_UNREGISTER| Constructor and Description |
|---|
FunctionEvents() |
FunctionEvents(Map<String,List<OperationEvent>> eventMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
functionExecuted(String id,
Object result) |
void |
functionRegistered(String id) |
void |
functionUnregistered(String id) |
static List<String> |
getAllRegisteredFunction() |
addEvent, addEvents, clearEvents, exportToBlackBoard, getAllEvents, getEvents, getUniqueEventsAcrossAll, getUniqueEventsForClient, importFromBlackBoard, importFromBlackBoard, printEvents, processIndexespublic FunctionEvents(Map<String,List<OperationEvent>> eventMap)
public FunctionEvents()
public void functionRegistered(String id)
functionRegistered in interface FunctionOperationEventspublic void functionUnregistered(String id)
functionUnregistered in interface FunctionOperationEventspublic void functionExecuted(String id, Object result)
functionExecuted in interface FunctionOperationEventsCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.