org.kuali.student.lum.program.client.events
Class SpecializationCreatedEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<SpecializationCreatedEvent.Handler>
      extended by org.kuali.student.lum.program.client.events.SpecializationCreatedEvent

public class SpecializationCreatedEvent
extends com.google.gwt.event.shared.GwtEvent<SpecializationCreatedEvent.Handler>

Author:
Igor

Nested Class Summary
static interface SpecializationCreatedEvent.Handler
           
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Field Summary
private  String specializationId
           
static com.google.gwt.event.shared.GwtEvent.Type<SpecializationCreatedEvent.Handler> TYPE
           
 
Constructor Summary
SpecializationCreatedEvent(String specializationId)
           
 
Method Summary
protected  void dispatch(SpecializationCreatedEvent.Handler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<SpecializationCreatedEvent.Handler> getAssociatedType()
           
 String getSpecializationId()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static com.google.gwt.event.shared.GwtEvent.Type<SpecializationCreatedEvent.Handler> TYPE

specializationId

private final String specializationId
Constructor Detail

SpecializationCreatedEvent

public SpecializationCreatedEvent(String specializationId)
Method Detail

getSpecializationId

public String getSpecializationId()

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<SpecializationCreatedEvent.Handler> getAssociatedType()
Specified by:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<SpecializationCreatedEvent.Handler>

dispatch

protected void dispatch(SpecializationCreatedEvent.Handler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<SpecializationCreatedEvent.Handler>


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.