SelectionListener.java :  » Science » logisim-2.3.4 » com » cburch » draw » canvas » Java Open Source

Java Open Source » Science » logisim 2.3.4 
logisim 2.3.4 » com » cburch » draw » canvas » SelectionListener.java
/* Copyright (c) 2006, 2010, Carl Burch. License information is located in the
 * com.cburch.logisim.Main source code and at www.cburch.com/logisim/. */
 
package com.cburch.draw.canvas;

import java.util.EventListener;

public interface SelectionListener extends EventListener {
    public void selectionChanged(SelectionEvent 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.