Package jason.pl

Interface PlanLibraryListener

All Superinterfaces:
Serializable

public interface PlanLibraryListener extends Serializable
call-back interface to be notified about events on plabs
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
  • Method Details

    • planAdded

      void planAdded(Plan p)
    • planRemoved

      void planRemoved(Plan p)