Package jadex.rules.state.javaimpl
Class OAVObjectRemovedEvent
- java.lang.Object
-
- jadex.rules.state.javaimpl.OAVObjectRemovedEvent
-
public class OAVObjectRemovedEvent extends java.lang.Object
Internal object removed event.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Object
id
The object id.protected OAVObjectType
type
The object type.
-
Constructor Summary
Constructors Constructor Description OAVObjectRemovedEvent(java.lang.Object id, OAVObjectType type)
Create a new event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
Get the string representation.
-
-
-
Field Detail
-
id
protected java.lang.Object id
The object id.
-
type
protected OAVObjectType type
The object type.
-
-
Constructor Detail
-
OAVObjectRemovedEvent
public OAVObjectRemovedEvent(java.lang.Object id, OAVObjectType type)
Create a new event.
-
-