Package jadex.rules.state.javaimpl
Class OAVObjectRemovedEvent
- java.lang.Object
- 
- jadex.rules.state.javaimpl.OAVObjectRemovedEvent
 
- 
 public class OAVObjectRemovedEvent extends java.lang.ObjectInternal object removed event.
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.ObjectidThe object id.protected OAVObjectTypetypeThe object type.
 - 
Constructor SummaryConstructors Constructor Description OAVObjectRemovedEvent(java.lang.Object id, OAVObjectType type)Create a new 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.
 
- 
 - 
Constructor Detail- 
OAVObjectRemovedEventpublic OAVObjectRemovedEvent(java.lang.Object id, OAVObjectType type)Create a new event.
 
- 
 
-