org.caleigo.core.event
Class ProxyEvent
java.lang.Object
java.util.EventObject
org.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
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
ProxyEvent(java.lang.Object source,
int eventType)
Creates new EntityCollectionEvent |
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 |
CHANGED
public static final int CHANGED
- See Also:
- Constant Field Values
EXPANDED
public static final int EXPANDED
- See Also:
- Constant Field Values
ProxyEvent
public ProxyEvent(java.lang.Object source,
int eventType)
- Creates new EntityCollectionEvent
toString
public java.lang.String toString()
getEventType
public int getEventType()
Copyright © 2005 Caleigo. All Rights Reserved.