Uses of Class
org.openide.cookies.ConnectionCookie.Event

Packages that use ConnectionCookie.Event
org.openide.cookies Cookies are a design pattern used to add behaviors to existing data object and nodes, or to separate implementation from the main object. 
org.openide.loaders DataSystems are the logical layer between a filesystem and the regular functions of the IDE. 
 

Uses of ConnectionCookie.Event in org.openide.cookies
 

Methods in org.openide.cookies with parameters of type ConnectionCookie.Event
 void ConnectionCookie.Listener.notify(ConnectionCookie.Event ev)
          Notifies that the an event happended.
 

Uses of ConnectionCookie.Event in org.openide.loaders
 

Methods in org.openide.loaders with parameters of type ConnectionCookie.Event
 void ConnectionSupport.fireEvent(ConnectionCookie.Event ev)
          Fires info for all listeners of given type.
 



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