com.neeve.tools
Class DiscoveryTool

java.lang.Object
  extended by 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


Method Summary
static void main(String[] args)
           
 void onEvent(IDiscoveryCache cache, int type, Object data)
          The event handler method
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.