Interface IInstanceObserver


public interface IInstanceObserver
Listener interface for lightweight observation of changes in edges leaving from given source instance elements.
Since:
0.9
  • Method Details

    • notifyBinaryChanged

      void notifyBinaryChanged(Object sourceElement, Object edgeType)
    • notifyTernaryChanged

      void notifyTernaryChanged(Object sourceElement, Object edgeType)