Package org.kie.remote.command
Interface VisitableCommand
-
- All Known Implementing Classes:
DeleteCommand,EventInsertCommand,FactCountCommand,FireAllRulesCommand,FireUntilHaltCommand,GetKJarGAVCommand,GetObjectCommand,HaltCommand,InsertCommand,ListObjectsCommand,ListObjectsCommandClassType,ListObjectsCommandNamedQuery,SnapshotOnDemandCommand,UpdateCommand,UpdateKJarCommand
public interface VisitableCommand
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(VisitorCommand visitor)
-
-
-
Method Detail
-
accept
void accept(VisitorCommand visitor)
-
-