org.gwe.api.event
Class Event

java.lang.Object
  extended by org.gwe.api.event.Event
All Implemented Interfaces:
java.io.Serializable

public class Event
extends java.lang.Object
implements java.io.Serializable

Since:
Oct 5, 2007
Author:
Marco Ruiz
See Also:
Serialized Form

Constructor Summary
Event(EventType evType, BaseModelInfo<?> source, BaseModelInfo... models)
           
 
Method Summary
 EventType getEventType()
           
 java.util.List<ModelSummary> getModelIdentifiers()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Event

public Event(EventType evType,
             BaseModelInfo<?> source,
             BaseModelInfo... models)
Method Detail

getEventType

public EventType getEventType()

getModelIdentifiers

public java.util.List<ModelSummary> getModelIdentifiers()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2007-2009. All Rights Reserved.