com.neeve.tools
Class DiscoveryTool
java.lang.Object
com.neeve.tools.DiscoveryTool
- All Implemented Interfaces:
- IDiscoveryCacheEventHandler
public class DiscoveryTool
- extends Object
- implements IDiscoveryCacheEventHandler
Interactive tool that enables a user to interactively work with discovery caches
onEvent
public void onEvent(IDiscoveryCache cache,
int type,
Object data)
- Description copied from interface:
IDiscoveryCacheEventHandler
- The event handler method
- Specified by:
onEvent
in interface IDiscoveryCacheEventHandler
- Parameters:
cache
- The discovery cache that dispatched the event.type
- The event type.data
- The type specific event event data. See DiscoveryCacheEvents
for which data structures are dispatched with each event type.
main
public static void main(String[] args)
Copyright © 2015 Neeve Research, LLC. All Rights Reserved.