You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Isn't it a better way to ask the listener if it may accept the Object by calling a Listener#doesAccept(Object):bool or Listener#doesAccept(Class):bool? (I don't care the actual name, but I prefer the class variant).