Method: NotifierPlugin::ActivateTaskHandlerType#validate_join

Defined in:
lib/tecsgen/plugin/NotifierPlugin.rb

#validate_join(handler, cell, join, *args) ⇒ Object



576
577
578
579
# File 'lib/tecsgen/plugin/NotifierPlugin.rb', line 576

def validate_join(handler, cell, join, *args)
  return super(handler, cell, join, *args) &&
    join.get_port_name == :eiActivateNotificationHandler
end