NamedSetMapListener.java :  » Math » migen » uk » ac » lkl » common » util » collections » event » Java Open Source

Java Open Source » Math » migen 
migen » uk » ac » lkl » common » util » collections » event » NamedSetMapListener.java
package uk.ac.lkl.common.util.collections.event;

public interface NamedSetMapListener<E> {

    public void elementAdded(NamedSetMapEvent<E> e);
    
    public void elementRemoved(NamedSetMapEvent<E> e);
    
    
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.