org.caleigo.core.event
Class ProxyEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.caleigo.core.event.ProxyEvent
All Implemented Interfaces:
java.io.Serializable

public class ProxyEvent
extends java.util.EventObject

Event for relaying changes of the remote objects in proxy classes.

Version:
1.00
Author:
Dennis Zikovic
See Also:
Serialized Form

Field Summary
static int CHANGED
           
static int EXPANDED
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ProxyEvent(java.lang.Object source, int eventType)
          Creates new EntityCollectionEvent
 
Method Summary
 int getEventType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CHANGED

public static final int CHANGED
See Also:
Constant Field Values

EXPANDED

public static final int EXPANDED
See Also:
Constant Field Values
Constructor Detail

ProxyEvent

public ProxyEvent(java.lang.Object source,
                  int eventType)
Creates new EntityCollectionEvent

Method Detail

toString

public java.lang.String toString()

getEventType

public int getEventType()


Copyright © 2005 Caleigo. All Rights Reserved.