getListener method

NopListener getListener(
  1. Type t
)

Implementation

NopListener getListener(Type t) {
  return getTypeDefault(t, this);
}