io.reacted.core.messages.Recyclable Maven / Gradle / Ivy
/*
* Copyright (c) 2022 , [ [email protected] ]
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
package io.reacted.core.messages;
public interface Recyclable {
void revalidate();
void invalidate();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy