Package jadex.rules.state.javaimpl
Class OAVObjectAddedEvent
- java.lang.Object
- 
- jadex.rules.state.javaimpl.OAVObjectAddedEvent
 
- 
 public class OAVObjectAddedEvent extends java.lang.ObjectInternal object added event.
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.ObjectidThe object id.protected booleanrootThe root flag.protected OAVObjectTypetypeThe object type.
 - 
Constructor SummaryConstructors Constructor Description OAVObjectAddedEvent(java.lang.Object id, OAVObjectType type, boolean root)Create a new object added event.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()Get the string representation.
 
- 
- 
- 
Field Detail- 
idprotected java.lang.Object id The object id.
 - 
typeprotected OAVObjectType type The object type.
 - 
rootprotected boolean root The root flag.
 
- 
 - 
Constructor Detail- 
OAVObjectAddedEventpublic OAVObjectAddedEvent(java.lang.Object id, OAVObjectType type, boolean root)Create a new object added event.
 
- 
 
-