1 26 27 package org.objectweb.openccm.Components; 28 29 37 38 public class EmitterDescriptionImpl 39 extends org.omg.Components.EmitterDescription 40 { 41 47 53 56 public 57 EmitterDescriptionImpl() 58 { 59 } 60 61 65 public 66 EmitterDescriptionImpl(String name, 67 String type_id, 68 org.omg.Components.EventConsumerBase consumer) 69 { 70 this.name = name; 71 this.type_id = type_id; 72 this.consumer = consumer; 73 } 74 75 81 } 87 | Popular Tags |