Interface ClearEventListener
public interface ClearEventListener
Listener for notification of
Session.clear()-
Method Summary
Modifier and TypeMethodDescriptionvoidonClear(ClearEvent event) Callback forSession.clear()notification
-
Method Details
-
onClear
Callback forSession.clear()notification- Parameters:
event- The event representing the clear
-