pogamutEndEvent
Class PogamutEndEventSource

Package class diagram package PogamutEndEventSource
java.lang.Object
  extended by pogamutEndEvent.PogamutEndEventSource
All Implemented Interfaces:
Serializable

public class PogamutEndEventSource
extends Object
implements Serializable

Author:
Miso
See Also:
Serialized Form

Constructor Summary
PogamutEndEventSource()
           
 
Method Summary
 void addEventListener(IPogamutEndEventListener listener)
           
 void fireEvent(PogamutEndEventType type, Action act)
           
 void fireEvent(PogamutEndEventType type, ArrayList<Intention> intentions)
           
 void fireEvent(PogamutEndEventType type, AtomicAction act)
           
 void fireEvent(PogamutEndEventType type, Intention intention)
           
 void removeEventListener(IPogamutEndEventListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PogamutEndEventSource

public PogamutEndEventSource()
Method Detail

addEventListener

public void addEventListener(IPogamutEndEventListener listener)

removeEventListener

public void removeEventListener(IPogamutEndEventListener listener)

fireEvent

public void fireEvent(PogamutEndEventType type,
                      Action act)

fireEvent

public void fireEvent(PogamutEndEventType type,
                      AtomicAction act)

fireEvent

public void fireEvent(PogamutEndEventType type,
                      ArrayList<Intention> intentions)

fireEvent

public void fireEvent(PogamutEndEventType type,
                      Intention intention)


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.