Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parser Listeners #14

Open
Skinz3 opened this issue Oct 19, 2020 · 0 comments
Open

Parser Listeners #14

Skinz3 opened this issue Oct 19, 2020 · 0 comments
Assignees

Comments

@Skinz3
Copy link
Owner

Skinz3 commented Oct 19, 2020

Listeners should extend (verify)

public interface IListener<T> where T : IChild
{ 
     T Result
     {
           get;
     }
     IChild Parent
     {
           get;
     }
}
@Skinz3 Skinz3 closed this as completed Oct 19, 2020
@Skinz3 Skinz3 reopened this Oct 19, 2020
@Skinz3 Skinz3 changed the title Parser Listeners architectures. Parser Listeners Oct 19, 2020
@Skinz3 Skinz3 self-assigned this Oct 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant