nl.coderight.jazz
Class Event<T>

java.lang.Object
  extended by nl.coderight.jazz.Event<T>
Direct Known Subclasses:
ApplicationEvent, ClipboardEvent, FormFieldEvent, FormModelEvent, FormViewEvent, HyperlinkEvent, MessageEvent, ModelEvent, ProgressEvent, ValidationEvent, ViewEvent

public abstract class Event<T>
extends Object

Base class for events.

Explanation of event-handling is out of scope for JavaDoc.


Constructor Summary
Event(T type)
           
 
Method Summary
 T getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Event

public Event(T type)
Method Detail

getType

public T getType()


Copyright 2010 CodeRight, All rights reserved.