![JAR search and dependency download from the Maven repository](/logo.png)
com.zarbosoft.interface1.events.InterfaceObjectCloseEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of interface Show documentation
Show all versions of interface Show documentation
Data and routines for exposing serializable interfaces
package com.zarbosoft.interface1.events;
import com.zarbosoft.interface1.Configuration;
import com.zarbosoft.pidgoon.events.MatchingEvent;
@Configuration(name = "object-close")
public class InterfaceObjectCloseEvent implements InterfaceEvent {
@Override
public boolean matches(final MatchingEvent event) {
return event.getClass() == getClass();
}
@Override
public String toString() {
return String.format("OBJECT_CLOSE");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy