All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.remoting.samples.chat.client.Closeable Maven / Gradle / Ivy

There is a newer version: 5.0.29.Final
Show newest version
package org.jboss.remoting.samples.chat.client;

import java.awt.*;

interface Closeable
{
    void notifyOnClose(Component c);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy