Interface TrcShooter.ShootOperation

Enclosing class:
TrcShooter

public static interface TrcShooter.ShootOperation
This interface must be implemented by the caller to provide a method for shooting the object.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    shoot(String owner, TrcEvent completionEvent)
     
  • Method Details