Example usage for java.awt.event WindowEvent equals

List of usage examples for java.awt.event WindowEvent equals

Introduction

In this page you can find the example usage for java.awt.event WindowEvent equals.

Prototype

public boolean equals(Object obj) 

Source Link

Document

Indicates whether some other object is "equal to" this one.

Usage

From source file:org.ietr.preesm.mapper.ui.BestCostPlotter.java

@Override
public void windowClosing(WindowEvent event) {
    if (event.equals(WindowEvent.WINDOW_CLOSING)) {

    }
}