package jspecview.api;

public interface JSVTreePath {

	Object getLastPathComponent();
}
