org.openide.util
Class LookupEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.openide.util.LookupEvent
All Implemented Interfaces:
Serializable

public final class LookupEvent
extends EventObject

An event describing the change in the lookup's result.

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
LookupEvent(Lookup.Result source)
          Create a new lookup event.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LookupEvent

public LookupEvent(Lookup.Result source)
Create a new lookup event.
Parameters:
source - the lookup result which has changed


Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.