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

io.fixprotocol.md.event.Contextual Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package io.fixprotocol.md.event;


/**
 * Something that has a Context
 *
 * @author Don Mendelson
 *
 */
public interface Contextual {

  /**
   * Returns the Context to which an object belongs, or a broader Context
   *
   * @return a parent Context or {@code null} if there is no parent (root context)
   */
  Context getParent();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy