org.jvnet.hk2.component
Interface InhabitantListener


Deprecated.

@Deprecated
public interface InhabitantListener

For Listening to an Inhabitant.

Author:
Jeff Trent

Nested Class Summary
static class InhabitantListener.EventType
          Deprecated.  
 
Method Summary
 boolean inhabitantChanged(InhabitantListener.EventType eventType, Inhabitant<?> inhabitant)
          Deprecated. Called when the inhabitant has changed.
 

Method Detail

inhabitantChanged

boolean inhabitantChanged(InhabitantListener.EventType eventType,
                          Inhabitant<?> inhabitant)
Deprecated. 
Called when the inhabitant has changed.

Parameters:
eventType -
inhabitant -
Returns:
callee should return true to continue receiving notification, false otherwise


Copyright © 2013 Oracle Corporation. All Rights Reserved.